#718e25

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

Shades of Olive Drab #718E25

Tints of Olive Drab #718E25

Color information

#718E25 (or 0x718E25) is unknown color: approx Olive Drab. HEX triplet: 71, 8E and 25. RGB value is (113,142,37). Sum of RGB (Red+Green+Blue) = 113+142+37=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #718E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E25 is #8E71DA. Grayscale: #797979. Windows color (decimal): -9335259 or 2461297. OLE color: 2461297.

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

Color convert

RGB11314237-
CMYK0.2000.740.44
HSL76.57º58.66%35.1%-
HSV(B)76.57º73.94%55.69%-
XYZ16.8222.995.3-
YUV121.3680.39122.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=38.70%
G=48.63%
B=12.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142370.2000.740.4476.5758.6635.1
Hex718E251404A2C4d3b23
Octal16121645240112541157343
Binary11100011000111010010110100010010101011001001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718e25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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