Html Css Color HEX #70880F Olive Drab

📋 copy color: '#70880F'

red 112 ◦ green 136 ◦ blue 15

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

Shades of Olive Drab #70880F

Tints of Olive Drab #70880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.71%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 42.59%
G = 51.71%
B = 5.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#70880F (or 0x70880F) is known color: Olive Drab. HEX triplet: 70, 88 and 0F. RGB value is (112,136,15). Sum of RGB (Red+Green+Blue) = 112+136+15=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #70880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70880F is #8F77F0. Grayscale: #737373. Windows color (decimal): -9402353 or 1017968. OLE color: 1017968.

HSL color Cylindrical-coordinate representation of color #70880F: hue angle of 71.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70880F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 15 -
CMYK 0.18 0 0.89 0.47
HSL 71.9º 0.8% 0.3% -
HSV(B) 71.9º 0.89% 0.53% -
XYZ 15.57 21.09 3.7 -
YUV 115.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 112 136 15 0.18 0 0.89 0.47 71.9 0.8 0.3
Hex 70 88 F 12 0 59 2F 48 50 1E
Octal 160 210 17 22 0 131 57 110 120 36
Binary 1110000 10001000 1111 10010 0 1011001 101111 1001000 1010000 11110

Color Harmonies of #70880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70880F

Black with #70880F

Text Example


Text Example

White with #70880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70880F; }

 p { color: rgb(112,136,15); }

 H1.HeaderClassName
 {
   color: #70880F;
 }
 .AnyTagClassName
 {
   color: #70880F;
 }
</style>

background-color css

<style>
 a { background-color: #70880F; }

 a { background-color: rgb(112,136,15); }

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

border-color css

<style>
 span { border-color: #70880F; }

 span { border-color: rgb(112,136,15); }

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