#719812

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

Shades of Olive Drab #719812

Tints of Olive Drab #719812

Color information

#719812 (or 0x719812) is unknown color: approx Olive Drab. HEX triplet: 71, 98 and 12. RGB value is (113,152,18). Sum of RGB (Red+Green+Blue) = 113+152+18=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #719812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719812 is #8E67ED. Grayscale: #7D7D7D. Windows color (decimal): -9332718 or 1218673. OLE color: 1218673.

HSL color Cylindrical-coordinate representation of color #719812: hue angle of 77.46º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #719812 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB11315218-
CMYK0.2600.880.40
HSL77.46º78.82%33.33%-
HSV(B)77.46º88.16%59.61%-
XYZ18.1526.014.64-
YUV125.0667.58119.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=39.93%
G=53.71%
B=6.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152180.2600.880.4077.4678.8233.33
Hex7198121A058284d4f21
Octal161230223201305011511741
Binary11100011001100010010110100101100010100010011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719812; }

 p { color: rgb(113,152,18); }

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

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

 a { background-color: rgb(113,152,18); }

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

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

 span { border-color: rgb(113,152,18); }

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