#729029

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

Shades of Olive Drab #729029

Tints of Olive Drab #729029

Color information

#729029 (or 0x729029) is unknown color: approx Olive Drab. HEX triplet: 72, 90 and 29. RGB value is (114,144,41). Sum of RGB (Red+Green+Blue) = 114+144+41=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #729029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729029 is #8D6FD6. Grayscale: #7B7B7B. Windows color (decimal): -9269207 or 2723954. OLE color: 2723954.

HSL color Cylindrical-coordinate representation of color #729029: hue angle of 77.48º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729029 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB11414441-
CMYK0.2100.720.44
HSL77.48º55.68%36.27%-
HSV(B)77.48º71.53%56.47%-
XYZ17.3123.685.76-
YUV123.2981.56121.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=38.13%
G=48.16%
B=13.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114144410.2100.720.4477.4855.6836.27
Hex729029150482C4d3824
Octal16222051250110541157044
Binary11100101001000010100110101010010001011001001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729029; }

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

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

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

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

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

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

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

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