Html Css Color HEX #70910F Olive Drab

📋 copy color: '#70910F'

red 112 ◦ green 145 ◦ blue 15

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

Shades of Olive Drab #70910F

Tints of Olive Drab #70910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 41.18%
G = 53.31%
B = 5.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#70910F (or 0x70910F) is known color: Olive Drab. HEX triplet: 70, 91 and 0F. RGB value is (112,145,15). Sum of RGB (Red+Green+Blue) = 112+145+15=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #70910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70910F is #8F6EF0. Grayscale: #787878. Windows color (decimal): -9400049 or 1020272. OLE color: 1020272.

HSL color Cylindrical-coordinate representation of color #70910F: hue angle of 75.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70910F is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 15 -
CMYK 0.23 0 0.90 0.43
HSL 75.23º 0.81% 0.31% -
HSV(B) 75.23º 0.9% 0.57% -
XYZ 16.89 23.73 4.14 -
YUV 120.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 112 145 15 0.23 0 0.90 0.43 75.23 0.81 0.31
Hex 70 91 F 17 0 5A 2B 4B 51 1F
Octal 160 221 17 27 0 132 53 113 121 37
Binary 1110000 10010001 1111 10111 0 1011010 101011 1001011 1010001 11111

Color Harmonies of #70910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70910F

Black with #70910F

Text Example


Text Example

White with #70910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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