Html Css Color HEX #739616 Olive Drab

📋 copy color: '#739616'

red 115 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #739616

Tints of Olive Drab #739616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.26%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 40.07%
G = 52.26%
B = 7.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#739616 (or 0x739616) is known color: Olive Drab. HEX triplet: 73, 96 and 16. RGB value is (115,150,22). Sum of RGB (Red+Green+Blue) = 115+150+22=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #739616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739616 is #8C69E9. Grayscale: #7D7D7D. Windows color (decimal): -9202154 or 1480307. OLE color: 1480307.

HSL color Cylindrical-coordinate representation of color #739616: hue angle of 76.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #739616 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 22 -
CMYK 0.23 0 0.85 0.41
HSL 76.41º 0.74% 0.34% -
HSV(B) 76.41º 0.85% 0.59% -
XYZ 18.12 25.52 4.73 -
YUV 124.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 115 150 22 0.23 0 0.85 0.41 76.41 0.74 0.34
Hex 73 96 16 17 0 55 29 4C 4A 22
Octal 163 226 26 27 0 125 51 114 112 42
Binary 1110011 10010110 10110 10111 0 1010101 101001 1001100 1001010 100010

Color Harmonies of #739616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739616

Black with #739616

Text Example


Text Example

White with #739616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739616; }

 p { color: rgb(115,150,22); }

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

background-color css

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

 a { background-color: rgb(115,150,22); }

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

border-color css

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

 span { border-color: rgb(115,150,22); }

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