#728718

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

Shades of Olive Drab #728718

Tints of Olive Drab #728718

Color information

#728718 (or 0x728718) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 18. RGB value is (114,135,24). Sum of RGB (Red+Green+Blue) = 114+135+24=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #728718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728718 is #8D78E7. Grayscale: #747474. Windows color (decimal): -9271528 or 1607538. OLE color: 1607538.

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

Color convert

RGB11413524-
CMYK0.1600.820.47
HSL71.35º69.81%31.18%-
HSV(B)71.35º82.22%52.94%-
XYZ15.7720.974.08-
YUV116.0776.04126.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=41.76%
G=49.45%
B=8.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135240.1600.820.4771.3569.8131.18
Hex728718100522F47461f
Octal162207302001225710710637
Binary1110010100001111100010000010100101011111000111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728718; }

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

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

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

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

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

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

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

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