Html Css Color HEX #739620 Olive Drab

📋 copy color: '#739620'

red 115 ◦ green 150 ◦ blue 32

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

Shades of Olive Drab #739620

Tints of Olive Drab #739620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 38.72%
G = 50.51%
B = 10.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#739620 (or 0x739620) is known color: Olive Drab. HEX triplet: 73, 96 and 20. RGB value is (115,150,32). Sum of RGB (Red+Green+Blue) = 115+150+32=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #739620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739620 is #8C69DF. Grayscale: #7E7E7E. Windows color (decimal): -9202144 or 2135667. OLE color: 2135667.

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

Color convert

RGB 115 150 32 -
CMYK 0.23 0 0.79 0.41
HSL 77.8º 0.65% 0.36% -
HSV(B) 77.8º 0.79% 0.59% -
XYZ 18.24 25.56 5.34 -
YUV 126.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 115 150 32 0.23 0 0.79 0.41 77.8 0.65 0.36
Hex 73 96 20 17 0 4F 29 4E 41 24
Octal 163 226 40 27 0 117 51 116 101 44
Binary 1110011 10010110 100000 10111 0 1001111 101001 1001110 1000001 100100

Color Harmonies of #739620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739620

Black with #739620

Text Example


Text Example

White with #739620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739620; }

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

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

background-color css

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

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

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

border-color css

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

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

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