#729525

Color #729525 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #729525

Tints of Olive Drab #729525

Color information

#729525 (or 0x729525) is unknown color: approx Olive Drab. HEX triplet: 72, 95 and 25. RGB value is (114,149,37). Sum of RGB (Red+Green+Blue) = 114+149+37=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #729525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729525 is #8D6ADA. Grayscale: #7E7E7E. Windows color (decimal): -9267931 or 2463090. OLE color: 2463090.

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

Color convert

RGB11414937-
CMYK0.2300.750.42
HSL78.75º60.22%36.47%-
HSV(B)78.75º75.17%58.43%-
XYZ18.0225.215.67-
YUV125.7777.9119.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 149 (58.59% from 255) = 49.67%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=38%
G=49.67%
B=12.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149370.2300.750.4278.7560.2236.47
Hex7295251704B2A4f3c24
Octal16222545270113521177444
Binary11100101001010110010110111010010111010101001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729525; }

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

 H1.HeaderClassName
 {
   color: #729525;
 }
 .AnyTagClassName
 {
   color: #729525;
 }
</style>
background-color css

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

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

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

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

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

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