Html Css Color HEX #739520 Olive Drab

📋 copy color: '#739520'

red 115 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #739520

Tints of Olive Drab #739520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.34%

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

R = 38.85%
G = 50.34%
B = 10.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#739520 (or 0x739520) is known color: Olive Drab. HEX triplet: 73, 95 and 20. RGB value is (115,149,32). Sum of RGB (Red+Green+Blue) = 115+149+32=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #739520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739520 is #8C6ADF. Grayscale: #7D7D7D. Windows color (decimal): -9202400 or 2135411. OLE color: 2135411.

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

Color convert

RGB 115 149 32 -
CMYK 0.23 0 0.79 0.42
HSL 77.44º 0.65% 0.35% -
HSV(B) 77.44º 0.79% 0.58% -
XYZ 18.08 25.24 5.29 -
YUV 125.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 115 149 32 0.23 0 0.79 0.42 77.44 0.65 0.35
Hex 73 95 20 17 0 4F 2A 4D 41 23
Octal 163 225 40 27 0 117 52 115 101 43
Binary 1110011 10010101 100000 10111 0 1001111 101010 1001101 1000001 100011

Color Harmonies of #739520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739520

Black with #739520

Text Example


Text Example

White with #739520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739520; }

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

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

background-color css

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

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

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

border-color css

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

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

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