#729320

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

Shades of Olive Drab #729320

Tints of Olive Drab #729320

Color information

#729320 (or 0x729320) is unknown color: approx Olive Drab. HEX triplet: 72, 93 and 20. RGB value is (114,147,32). Sum of RGB (Red+Green+Blue) = 114+147+32=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #729320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729320 is #8D6CDF. Grayscale: #7C7C7C. Windows color (decimal): -9268448 or 2134898. OLE color: 2134898.

HSL color Cylindrical-coordinate representation of color #729320: hue angle of 77.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #729320 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB11414732-
CMYK0.2200.780.42
HSL77.22º64.25%35.1%-
HSV(B)77.22º78.23%57.65%-
XYZ17.6324.555.18-
YUV124.0276.07120.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=38.91%
G=50.17%
B=10.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147320.2200.780.4277.2264.2535.1
Hex7293201604E2A4d4023
Octal162223402601165211510043
Binary111001010010011100000101100100111010101010011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729320; }

 p { color: rgb(114,147,32); }

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

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

 a { background-color: rgb(114,147,32); }

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

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

 span { border-color: rgb(114,147,32); }

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