#718B18

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

Shades of Olive Drab #718B18

Tints of Olive Drab #718B18

Color information

#718B18 (or 0x718B18) is unknown color: approx Olive Drab. HEX triplet: 71, 8B and 18. RGB value is (113,139,24). Sum of RGB (Red+Green+Blue) = 113+139+24=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #718B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B18 is #8E74E7. Grayscale: #767676. Windows color (decimal): -9336040 or 1608561. OLE color: 1608561.

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

Color convert

RGB11313924-
CMYK0.1900.830.45
HSL73.57º70.55%31.96%-
HSV(B)73.57º82.73%54.51%-
XYZ16.2122.044.26-
YUV118.1274.89124.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=40.94%
G=50.36%
B=8.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139240.1900.830.4573.5770.5531.96
Hex718B18130532D4a4720
Octal161213302301235511210740
Binary11100011000101111000100110101001110110110010101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,139,24); }

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

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

 a { background-color: rgb(113,139,24); }

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

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

 span { border-color: rgb(113,139,24); }

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