#718E36

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

Shades of Olive Drab #718E36

Tints of Olive Drab #718E36

Color information

#718E36 (or 0x718E36) is unknown color: approx Olive Drab. HEX triplet: 71, 8E and 36. RGB value is (113,142,54). Sum of RGB (Red+Green+Blue) = 113+142+54=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #718E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E36 is #8E71C9. Grayscale: #7B7B7B. Windows color (decimal): -9335242 or 3575409. OLE color: 3575409.

HSL color Cylindrical-coordinate representation of color #718E36: hue angle of 79.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718E36 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB11314254-
CMYK0.2000.620.44
HSL79.77º44.9%38.43%-
HSV(B)79.77º61.97%55.69%-
XYZ17.1523.127.05-
YUV123.388.89120.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=36.57%
G=45.95%
B=17.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142540.2000.620.4479.7744.938.43
Hex718E361403E2C502d26
Octal1612166624076541205546
Binary1110001100011101101101010001111101011001010000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,142,54); }

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

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

 a { background-color: rgb(113,142,54); }

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

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

 span { border-color: rgb(113,142,54); }

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