#729027

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

Shades of Olive Drab #729027

Tints of Olive Drab #729027

Color information

#729027 (or 0x729027) is unknown color: approx Olive Drab. HEX triplet: 72, 90 and 27. RGB value is (114,144,39). Sum of RGB (Red+Green+Blue) = 114+144+39=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #729027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729027 is #8D6FD8. Grayscale: #7B7B7B. Windows color (decimal): -9269209 or 2592882. OLE color: 2592882.

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

Color convert

RGB11414439-
CMYK0.2100.730.44
HSL77.14º57.38%35.88%-
HSV(B)77.14º72.92%56.47%-
XYZ17.2823.675.58-
YUV123.0680.56121.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=38.38%
G=48.48%
B=13.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114144390.2100.730.4477.1457.3835.88
Hex729027150492C4d3924
Octal16222047250111541157144
Binary11100101001000010011110101010010011011001001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729027; }

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

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

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

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

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

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

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

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