#718C10

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

Shades of Olive Drab #718C10

Tints of Olive Drab #718C10

Color information

#718C10 (or 0x718C10) is unknown color: approx Olive Drab. HEX triplet: 71, 8C and 10. RGB value is (113,140,16). Sum of RGB (Red+Green+Blue) = 113+140+16=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #718C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C10 is #8E73EF. Grayscale: #767676. Windows color (decimal): -9335792 or 1084529. OLE color: 1084529.

HSL color Cylindrical-coordinate representation of color #718C10: hue angle of 73.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #718C10 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB11314016-
CMYK0.1900.890.45
HSL73.06º79.49%30.59%-
HSV(B)73.06º88.57%54.9%-
XYZ16.2822.33.94-
YUV117.7970.55124.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 140 (55.08% from 255) = 52.04%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=42.01%
G=52.04%
B=5.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140160.1900.890.4573.0679.4930.59
Hex718C10130592D494f1f
Octal161214202301315511111737
Binary1110001100011001000010011010110011011011001001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718C10; }

 p { color: rgb(113,140,16); }

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

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

 a { background-color: rgb(113,140,16); }

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

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

 span { border-color: rgb(113,140,16); }

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