Html Css Color HEX #739112 Olive Drab

📋 copy color: '#739112'

red 115 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #739112

Tints of Olive Drab #739112

RGB

 RED value IS 115 (45.31% from 255) = 41.37%

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 41.37%
G = 52.16%
B = 6.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#739112 (or 0x739112) is known color: Olive Drab. HEX triplet: 73, 91 and 12. RGB value is (115,145,18). Sum of RGB (Red+Green+Blue) = 115+145+18=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #739112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739112 is #8C6EED. Grayscale: #7A7A7A. Windows color (decimal): -9203438 or 1216883. OLE color: 1216883.

HSL color Cylindrical-coordinate representation of color #739112: hue angle of 74.17º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739112 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 18 -
CMYK 0.21 0 0.88 0.43
HSL 74.17º 0.78% 0.32% -
HSV(B) 74.17º 0.88% 0.57% -
XYZ 17.3 23.94 4.28 -
YUV 121.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 115 145 18 0.21 0 0.88 0.43 74.17 0.78 0.32
Hex 73 91 12 15 0 58 2B 4A 4E 20
Octal 163 221 22 25 0 130 53 112 116 40
Binary 1110011 10010001 10010 10101 0 1011000 101011 1001010 1001110 100000

Color Harmonies of #739112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739112

Black with #739112

Text Example


Text Example

White with #739112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739112; }

 p { color: rgb(115,145,18); }

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

background-color css

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

 a { background-color: rgb(115,145,18); }

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

border-color css

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

 span { border-color: rgb(115,145,18); }

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