Html Css Color HEX #70900C Olive Drab

📋 copy color: '#70900C'

red 112 ◦ green 144 ◦ blue 12

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

Shades of Olive Drab #70900C

Tints of Olive Drab #70900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.73%

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 41.79%
G = 53.73%
B = 4.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#70900C (or 0x70900C) is known color: Olive Drab. HEX triplet: 70, 90 and 0C. RGB value is (112,144,12). Sum of RGB (Red+Green+Blue) = 112+144+12=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #70900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70900C is #8F6FF3. Grayscale: #777777. Windows color (decimal): -9400308 or 823408. OLE color: 823408.

HSL color Cylindrical-coordinate representation of color #70900C: hue angle of 74.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70900C is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 12 -
CMYK 0.22 0 0.92 0.44
HSL 74.55º 0.85% 0.31% -
HSV(B) 74.55º 0.92% 0.56% -
XYZ 16.72 23.42 3.99 -
YUV 119.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 112 144 12 0.22 0 0.92 0.44 74.55 0.85 0.31
Hex 70 90 C 16 0 5C 2C 4B 55 1F
Octal 160 220 14 26 0 134 54 113 125 37
Binary 1110000 10010000 1100 10110 0 1011100 101100 1001011 1010101 11111

Color Harmonies of #70900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70900C

Black with #70900C

Text Example


Text Example

White with #70900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70900C; }

 p { color: rgb(112,144,12); }

 H1.HeaderClassName
 {
   color: #70900C;
 }
 .AnyTagClassName
 {
   color: #70900C;
 }
</style>

background-color css

<style>
 a { background-color: #70900C; }

 a { background-color: rgb(112,144,12); }

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

border-color css

<style>
 span { border-color: #70900C; }

 span { border-color: rgb(112,144,12); }

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