#728712

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

Shades of Olive Drab #728712

Tints of Olive Drab #728712

Color information

#728712 (or 0x728712) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 12. RGB value is (114,135,18). Sum of RGB (Red+Green+Blue) = 114+135+18=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #728712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728712 is #8D78ED. Grayscale: #737373. Windows color (decimal): -9271534 or 1214322. OLE color: 1214322.

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

Color convert

RGB11413518-
CMYK0.1600.870.47
HSL70.77º76.47%30%-
HSV(B)70.77º86.67%52.94%-
XYZ15.7120.953.79-
YUV115.3873.04127.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=42.70%
G=50.56%
B=6.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135180.1600.870.4770.7776.4730
Hex728712100572F474c1e
Octal162207222001275710711436
Binary1110010100001111001010000010101111011111000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728712; }

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

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

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

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

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

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

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

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