#728726

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

Shades of Olive Drab #728726

Tints of Olive Drab #728726

Color information

#728726 (or 0x728726) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 26. RGB value is (114,135,38). Sum of RGB (Red+Green+Blue) = 114+135+38=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #728726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728726 is #8D78D9. Grayscale: #767676. Windows color (decimal): -9271514 or 2525042. OLE color: 2525042.

HSL color Cylindrical-coordinate representation of color #728726: hue angle of 72.99º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #728726 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB11413538-
CMYK0.1600.720.47
HSL72.99º56.07%33.92%-
HSV(B)72.99º71.85%52.94%-
XYZ15.9521.055.06-
YUV117.6683.04125.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=39.72%
G=47.04%
B=13.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135380.1600.720.4772.9956.0733.92
Hex728726100482F493822
Octal16220746200110571117042
Binary11100101000011110011010000010010001011111001001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728726; }

 p { color: rgb(114,135,38); }

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

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

 a { background-color: rgb(114,135,38); }

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

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

 span { border-color: rgb(114,135,38); }

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