#728533

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

Shades of Olive Drab #728533

Tints of Olive Drab #728533

Color information

#728533 (or 0x728533) is unknown color: approx Olive Drab. HEX triplet: 72, 85 and 33. RGB value is (114,133,51). Sum of RGB (Red+Green+Blue) = 114+133+51=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #728533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728533 is #8D7ACC. Grayscale: #767676. Windows color (decimal): -9272013 or 3376498. OLE color: 3376498.

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

Color convert

RGB11413351-
CMYK0.1400.620.48
HSL73.9º44.57%36.08%-
HSV(B)73.9º61.65%52.16%-
XYZ15.9220.596.27-
YUV117.9790.21125.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=38.26%
G=44.63%
B=17.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133510.1400.620.4873.944.5736.08
Hex728533E03E304a2d24
Octal1622056316076601125544
Binary111001010000101110011111001111101100001001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728533; }

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

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

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

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

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

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

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

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