#718B21

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

Shades of Olive Drab #718B21

Tints of Olive Drab #718B21

Color information

#718B21 (or 0x718B21) is unknown color: approx Olive Drab. HEX triplet: 71, 8B and 21. RGB value is (113,139,33). Sum of RGB (Red+Green+Blue) = 113+139+33=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #718B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B21 is #8E74DE. Grayscale: #777777. Windows color (decimal): -9336031 or 2198385. OLE color: 2198385.

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

Color convert

RGB11313933-
CMYK0.1900.760.45
HSL74.72º61.63%33.73%-
HSV(B)74.72º76.26%54.51%-
XYZ16.3222.094.84-
YUV119.1479.39123.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=39.65%
G=48.77%
B=11.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139330.1900.760.4574.7261.6333.73
Hex718B211304C2D4b3e22
Octal16121341230114551137642
Binary11100011000101110000110011010011001011011001011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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