Html Css Color HEX #739010 Olive Drab

📋 copy color: '#739010'

red 115 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #739010

Tints of Olive Drab #739010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.36%

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

R = 41.82%
G = 52.36%
B = 5.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#739010 (or 0x739010) is known color: Olive Drab. HEX triplet: 73, 90 and 10. RGB value is (115,144,16). Sum of RGB (Red+Green+Blue) = 115+144+16=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #739010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739010 is #8C6FEF. Grayscale: #797979. Windows color (decimal): -9203696 or 1085555. OLE color: 1085555.

HSL color Cylindrical-coordinate representation of color #739010: hue angle of 73.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #739010 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 16 -
CMYK 0.20 0 0.89 0.44
HSL 73.59º 0.8% 0.31% -
HSV(B) 73.59º 0.89% 0.56% -
XYZ 17.14 23.63 4.15 -
YUV 120.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 115 144 16 0.20 0 0.89 0.44 73.59 0.8 0.31
Hex 73 90 10 14 0 59 2C 4A 50 1F
Octal 163 220 20 24 0 131 54 112 120 37
Binary 1110011 10010000 10000 10100 0 1011001 101100 1001010 1010000 11111

Color Harmonies of #739010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739010

Black with #739010

Text Example


Text Example

White with #739010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739010; }

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

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

background-color css

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

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

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

border-color css

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

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

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