Html Css Color HEX #70890C Olive Drab

📋 copy color: '#70890C'

red 112 ◦ green 137 ◦ blue 12

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

Shades of Olive Drab #70890C

Tints of Olive Drab #70890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

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

R = 42.91%
G = 52.49%
B = 4.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#70890C (or 0x70890C) is known color: Olive Drab. HEX triplet: 70, 89 and 0C. RGB value is (112,137,12). Sum of RGB (Red+Green+Blue) = 112+137+12=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #70890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70890C is #8F76F3. Grayscale: #737373. Windows color (decimal): -9402100 or 821616. OLE color: 821616.

HSL color Cylindrical-coordinate representation of color #70890C: hue angle of 72º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70890C is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 12 -
CMYK 0.18 0 0.91 0.46
HSL 72º 0.84% 0.29% -
HSV(B) 72º 0.91% 0.54% -
XYZ 15.69 21.36 3.64 -
YUV 115.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 112 137 12 0.18 0 0.91 0.46 72 0.84 0.29
Hex 70 89 C 12 0 5B 2E 48 54 1D
Octal 160 211 14 22 0 133 56 110 124 35
Binary 1110000 10001001 1100 10010 0 1011011 101110 1001000 1010100 11101

Color Harmonies of #70890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70890C

Black with #70890C

Text Example


Text Example

White with #70890C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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