Html Css Color HEX #739110 Olive Drab

📋 copy color: '#739110'

red 115 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #739110

Tints of Olive Drab #739110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 41.67%
G = 52.54%
B = 5.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#739110 (or 0x739110) is known color: Olive Drab. HEX triplet: 73, 91 and 10. RGB value is (115,145,16). Sum of RGB (Red+Green+Blue) = 115+145+16=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #739110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739110 is #8C6EEF. Grayscale: #797979. Windows color (decimal): -9203440 or 1085811. OLE color: 1085811.

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

Color convert

RGB 115 145 16 -
CMYK 0.21 0 0.89 0.43
HSL 73.95º 0.8% 0.32% -
HSV(B) 73.95º 0.89% 0.57% -
XYZ 17.29 23.93 4.2 -
YUV 121.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 115 145 16 0.21 0 0.89 0.43 73.95 0.8 0.32
Hex 73 91 10 15 0 59 2B 4A 50 20
Octal 163 221 20 25 0 131 53 112 120 40
Binary 1110011 10010001 10000 10101 0 1011001 101011 1001010 1010000 100000

Color Harmonies of #739110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739110

Black with #739110

Text Example


Text Example

White with #739110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739110; }

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

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

background-color css

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

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

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

border-color css

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

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

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