#728527

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

Shades of Olive Drab #728527

Tints of Olive Drab #728527

Color information

#728527 (or 0x728527) is unknown color: approx Olive Drab. HEX triplet: 72, 85 and 27. RGB value is (114,133,39). Sum of RGB (Red+Green+Blue) = 114+133+39=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #728527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728527 is #8D7AD8. Grayscale: #747474. Windows color (decimal): -9272025 or 2590066. OLE color: 2590066.

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

Color convert

RGB11413339-
CMYK0.1400.710.48
HSL72.13º54.65%33.73%-
HSV(B)72.13º70.68%52.16%-
XYZ15.6920.55.05-
YUV116.684.21126.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=39.86%
G=46.50%
B=13.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133390.1400.710.4872.1354.6533.73
Hex728527E04730483722
Octal16220547160107601106742
Binary1110010100001011001111110010001111100001001000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728527; }

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

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

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

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

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

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

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

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