#728522

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

Shades of Olive Drab #728522

Tints of Olive Drab #728522

Color information

#728522 (or 0x728522) is unknown color: approx Olive Drab. HEX triplet: 72, 85 and 22. RGB value is (114,133,34). Sum of RGB (Red+Green+Blue) = 114+133+34=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #728522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728522 is #8D7ADD. Grayscale: #747474. Windows color (decimal): -9272030 or 2262386. OLE color: 2262386.

HSL color Cylindrical-coordinate representation of color #728522: hue angle of 71.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #728522 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB11413334-
CMYK0.1400.740.48
HSL71.52º59.28%32.75%-
HSV(B)71.52º74.44%52.16%-
XYZ15.6220.474.64-
YUV116.0381.71126.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=40.57%
G=47.33%
B=12.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133340.1400.740.4871.5259.2832.75
Hex728522E04A30483b21
Octal16220542160112601107341
Binary1110010100001011000101110010010101100001001000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728522; }

 p { color: rgb(114,133,34); }

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

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

 a { background-color: rgb(114,133,34); }

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

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

 span { border-color: rgb(114,133,34); }

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