#718F25

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

Shades of Olive Drab #718F25

Tints of Olive Drab #718F25

Color information

#718F25 (or 0x718F25) is unknown color: approx Olive Drab. HEX triplet: 71, 8F and 25. RGB value is (113,143,37). Sum of RGB (Red+Green+Blue) = 113+143+37=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #718F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F25 is #8E70DA. Grayscale: #7A7A7A. Windows color (decimal): -9335003 or 2461553. OLE color: 2461553.

HSL color Cylindrical-coordinate representation of color #718F25: hue angle of 76.98º 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 #718F25 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB11314337-
CMYK0.2100.740.44
HSL76.98º58.89%35.29%-
HSV(B)76.98º74.13%56.08%-
XYZ16.9723.295.35-
YUV121.9580.06121.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=38.57%
G=48.81%
B=12.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113143370.2100.740.4476.9858.8935.29
Hex718F251504A2C4d3b23
Octal16121745250112541157343
Binary11100011000111110010110101010010101011001001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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