#719225

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

Shades of Olive Drab #719225

Tints of Olive Drab #719225

Color information

#719225 (or 0x719225) is unknown color: approx Olive Drab. HEX triplet: 71, 92 and 25. RGB value is (113,146,37). Sum of RGB (Red+Green+Blue) = 113+146+37=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #719225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719225 is #8E6DDA. Grayscale: #7C7C7C. Windows color (decimal): -9334235 or 2462321. OLE color: 2462321.

HSL color Cylindrical-coordinate representation of color #719225: hue angle of 78.17º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #719225 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB11314637-
CMYK0.2300.750.43
HSL78.17º59.56%35.88%-
HSV(B)78.17º74.66%57.25%-
XYZ17.4224.25.5-
YUV123.7179.07120.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=38.18%
G=49.32%
B=12.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146370.2300.750.4378.1759.5635.88
Hex7192251704B2B4e3c24
Octal16122245270113531167444
Binary11100011001001010010110111010010111010111001110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719225; }

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

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

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

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

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

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

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

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