Html Css Color HEX #739710 Olive Drab

📋 copy color: '#739710'

red 115 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #739710

Tints of Olive Drab #739710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.55%

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

R = 40.78%
G = 53.55%
B = 5.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#739710 (or 0x739710) is known color: Olive Drab. HEX triplet: 73, 97 and 10. RGB value is (115,151,16). Sum of RGB (Red+Green+Blue) = 115+151+16=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #739710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739710 is #8C68EF. Grayscale: #7D7D7D. Windows color (decimal): -9201904 or 1087347. OLE color: 1087347.

HSL color Cylindrical-coordinate representation of color #739710: hue angle of 76º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #739710 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 151 16 -
CMYK 0.24 0 0.89 0.41
HSL 76º 0.81% 0.33% -
HSV(B) 76º 0.89% 0.59% -
XYZ 18.23 25.82 4.51 -
YUV 124.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 115 151 16 0.24 0 0.89 0.41 76 0.81 0.33
Hex 73 97 10 18 0 59 29 4C 51 21
Octal 163 227 20 30 0 131 51 114 121 41
Binary 1110011 10010111 10000 11000 0 1011001 101001 1001100 1010001 100001

Color Harmonies of #739710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739710

Black with #739710

Text Example


Text Example

White with #739710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739710; }

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

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

background-color css

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

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

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

border-color css

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

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

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