#719A27

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

Shades of Olive Drab #719A27

Tints of Olive Drab #719A27

Color information

#719A27 (or 0x719A27) is unknown color: approx Olive Drab. HEX triplet: 71, 9A and 27. RGB value is (113,154,39). Sum of RGB (Red+Green+Blue) = 113+154+39=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #719A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A27 is #8E65D8. Grayscale: #818181. Windows color (decimal): -9332185 or 2595441. OLE color: 2595441.

HSL color Cylindrical-coordinate representation of color #719A27: hue angle of 81.39º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #719A27 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB11315439-
CMYK0.2700.750.40
HSL81.39º59.59%37.84%-
HSV(B)81.39º74.68%60.39%-
XYZ18.7326.776.1-
YUV128.6377.42116.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 154 (60.55% from 255) = 50.33%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=36.93%
G=50.33%
B=12.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154390.2700.750.4081.3959.5937.84
Hex719A271B04B28513c26
Octal16123247330113501217446
Binary11100011001101010011111011010010111010001010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A27; }

 p { color: rgb(113,154,39); }

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

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

 a { background-color: rgb(113,154,39); }

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

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

 span { border-color: rgb(113,154,39); }

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