#728914

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

Shades of Olive Drab #728914

Tints of Olive Drab #728914

Color information

#728914 (or 0x728914) is unknown color: approx Olive Drab. HEX triplet: 72, 89 and 14. RGB value is (114,137,20). Sum of RGB (Red+Green+Blue) = 114+137+20=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #728914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728914 is #8D76EB. Grayscale: #757575. Windows color (decimal): -9271020 or 1345906. OLE color: 1345906.

HSL color Cylindrical-coordinate representation of color #728914: hue angle of 71.79º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #728914 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB11413720-
CMYK0.1700.850.46
HSL71.79º74.52%30.78%-
HSV(B)71.79º85.4%53.73%-
XYZ16.0121.523.97-
YUV116.7873.38126.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=42.07%
G=50.55%
B=7.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137200.1700.850.4671.7974.5230.78
Hex728914110552E484b1f
Octal162211242101255611011337
Binary1110010100010011010010001010101011011101001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728914; }

 p { color: rgb(114,137,20); }

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

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

 a { background-color: rgb(114,137,20); }

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

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

 span { border-color: rgb(114,137,20); }

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