Html Css Color HEX #729527 Olive Drab

📋 copy color: '#729527'

red 114 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #729527

Tints of Olive Drab #729527

RGB

 RED value IS 114 (44.92% from 255) = 37.75%

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

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 37.75%
G = 49.34%
B = 12.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#729527 (or 0x729527) is known color: Olive Drab. HEX triplet: 72, 95 and 27. RGB value is (114,149,39). Sum of RGB (Red+Green+Blue) = 114+149+39=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #729527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729527 is #8D6AD8. Grayscale: #7E7E7E. Windows color (decimal): -9267929 or 2594162. OLE color: 2594162.

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

Color convert

RGB 114 149 39 -
CMYK 0.23 0 0.74 0.42
HSL 79.09º 0.59% 0.37% -
HSV(B) 79.09º 0.74% 0.58% -
XYZ 18.05 25.22 5.84 -
YUV 126 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 114 149 39 0.23 0 0.74 0.42 79.09 0.59 0.37
Hex 72 95 27 17 0 4A 2A 4F 3B 25
Octal 162 225 47 27 0 112 52 117 73 45
Binary 1110010 10010101 100111 10111 0 1001010 101010 1001111 111011 100101

Color Harmonies of #729527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729527

Black with #729527

Text Example


Text Example

White with #729527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729527; }

 p { color: rgb(114,149,39); }

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

background-color css

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

 a { background-color: rgb(114,149,39); }

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

border-color css

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

 span { border-color: rgb(114,149,39); }

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