Html Css Color HEX #70990D Christi

📋 copy color: '#70990D'

red 112 ◦ green 153 ◦ blue 13

#70990D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #70990D

Tints of Christi #70990D

RGB

 RED value IS 112 (44.14% from 255) = 40.29%

 GREEN value IS 153 (60.16% from 255) = 55.04%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 40.29%
G = 55.04%
B = 4.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70990D (or 0x70990D) is known color: Christi. HEX triplet: 70, 99 and 0D. RGB value is (112,153,13). Sum of RGB (Red+Green+Blue) = 112+153+13=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #70990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70990D is #8F66F2. Grayscale: #7D7D7D. Windows color (decimal): -9398003 or 891248. OLE color: 891248.

HSL color Cylindrical-coordinate representation of color #70990D: hue angle of 77.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70990D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 13 -
CMYK 0.27 0 0.92 0.4
HSL 77.57º 0.84% 0.33% -
HSV(B) 77.57º 0.92% 0.6% -
XYZ 18.15 26.26 4.49 -
YUV 124.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 112 153 13 0.27 0 0.92 0.4 77.57 0.84 0.33
Hex 70 99 D 1B 0 5C 28 4E 54 21
Octal 160 231 15 33 0 134 50 116 124 41
Binary 1110000 10011001 1101 11011 0 1011100 101000 1001110 1010100 100001

Color Harmonies of #70990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70990D

Black with #70990D

Text Example


Text Example

White with #70990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70990D; }

 p { color: rgb(112,153,13); }

 H1.HeaderClassName
 {
   color: #70990D;
 }
 .AnyTagClassName
 {
   color: #70990D;
 }
</style>

background-color css

<style>
 a { background-color: #70990D; }

 a { background-color: rgb(112,153,13); }

 div.DivClassName
 {
   background-color: #70990D;
 }
 .BgClassName
 {
   background-color: #70990D;
 }
</style>

border-color css

<style>
 span { border-color: #70990D; }

 span { border-color: rgb(112,153,13); }

 td.TdClassName
 {
   border-color: #70990D;
 }
 .TagClassName
 {
   border-color: #70990D;
 }
</style>