#718F2D

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

Shades of Olive Drab #718F2D

Tints of Olive Drab #718F2D

Color information

#718F2D (or 0x718F2D) is unknown color: approx Olive Drab. HEX triplet: 71, 8F and 2D. RGB value is (113,143,45). Sum of RGB (Red+Green+Blue) = 113+143+45=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #718F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F2D is #8E70D2. Grayscale: #7B7B7B. Windows color (decimal): -9334995 or 2985841. OLE color: 2985841.

HSL color Cylindrical-coordinate representation of color #718F2D: hue angle of 78.37º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #718F2D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB11314345-
CMYK0.2100.690.44
HSL78.37º52.13%36.86%-
HSV(B)78.37º68.53%56.08%-
XYZ17.1123.356.09-
YUV122.8684.06120.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=37.54%
G=47.51%
B=14.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113143450.2100.690.4478.3752.1336.86
Hex718F2D150452C4e3425
Octal16121755250105541166445
Binary11100011000111110110110101010001011011001001110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,45); }

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

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

 a { background-color: rgb(113,143,45); }

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

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

 span { border-color: rgb(113,143,45); }

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