#718E28

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

Shades of Olive Drab #718E28

Tints of Olive Drab #718E28

Color information

#718E28 (or 0x718E28) is unknown color: approx Olive Drab. HEX triplet: 71, 8E and 28. RGB value is (113,142,40). Sum of RGB (Red+Green+Blue) = 113+142+40=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #718E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E28 is #8E71D7. Grayscale: #7A7A7A. Windows color (decimal): -9335256 or 2657905. OLE color: 2657905.

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

Color convert

RGB11314240-
CMYK0.2000.720.44
HSL77.06º56.04%35.69%-
HSV(B)77.06º71.83%55.69%-
XYZ16.8723.015.56-
YUV121.781.89121.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 40 (16.02% from 255) = 13.56%
R=38.31%
G=48.14%
B=13.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142400.2000.720.4477.0656.0435.69
Hex718E28140482C4d3824
Octal16121650240110541157044
Binary11100011000111010100010100010010001011001001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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