#729429

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

Shades of Olive Drab #729429

Tints of Olive Drab #729429

Color information

#729429 (or 0x729429) is unknown color: approx Olive Drab. HEX triplet: 72, 94 and 29. RGB value is (114,148,41). Sum of RGB (Red+Green+Blue) = 114+148+41=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #729429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729429 is #8D6BD6. Grayscale: #7E7E7E. Windows color (decimal): -9268183 or 2724978. OLE color: 2724978.

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

Color convert

RGB11414841-
CMYK0.2300.720.42
HSL79.07º56.61%37.06%-
HSV(B)79.07º72.3%58.04%-
XYZ17.9324.925.96-
YUV125.6480.24119.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 41 (16.41% from 255) = 13.53%
R=37.62%
G=48.84%
B=13.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148410.2300.720.4279.0756.6137.06
Hex729429170482A4f3925
Octal16222451270110521177145
Binary11100101001010010100110111010010001010101001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729429; }

 p { color: rgb(114,148,41); }

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

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

 a { background-color: rgb(114,148,41); }

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

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

 span { border-color: rgb(114,148,41); }

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