Html Css Color HEX #729528 Olive Drab

📋 copy color: '#729528'

red 114 ◦ green 149 ◦ blue 40

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

Shades of Olive Drab #729528

Tints of Olive Drab #729528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 37.62%
G = 49.17%
B = 13.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#729528 (or 0x729528) is known color: Olive Drab. HEX triplet: 72, 95 and 28. RGB value is (114,149,40). Sum of RGB (Red+Green+Blue) = 114+149+40=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #729528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729528 is #8D6AD7. Grayscale: #7E7E7E. Windows color (decimal): -9267928 or 2659698. OLE color: 2659698.

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

Color convert

RGB 114 149 40 -
CMYK 0.23 0 0.73 0.42
HSL 79.27º 0.58% 0.37% -
HSV(B) 79.27º 0.73% 0.58% -
XYZ 18.07 25.23 5.92 -
YUV 126.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 114 149 40 0.23 0 0.73 0.42 79.27 0.58 0.37
Hex 72 95 28 17 0 49 2A 4F 3A 25
Octal 162 225 50 27 0 111 52 117 72 45
Binary 1110010 10010101 101000 10111 0 1001001 101010 1001111 111010 100101

Color Harmonies of #729528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729528

Black with #729528

Text Example


Text Example

White with #729528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729528; }

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

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

background-color css

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

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

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

border-color css

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

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

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