#718612

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

Shades of Olive Drab #718612

Tints of Olive Drab #718612

Color information

#718612 (or 0x718612) is unknown color: approx Olive Drab. HEX triplet: 71, 86 and 12. RGB value is (113,134,18). Sum of RGB (Red+Green+Blue) = 113+134+18=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #718612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718612 is #8E79ED. Grayscale: #727272. Windows color (decimal): -9337326 or 1214065. OLE color: 1214065.

HSL color Cylindrical-coordinate representation of color #718612: hue angle of 70.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718612 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB11313418-
CMYK0.1600.870.47
HSL70.86º76.32%29.8%-
HSV(B)70.86º86.57%52.55%-
XYZ15.4420.63.74-
YUV114.573.54126.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=42.64%
G=50.57%
B=6.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134180.1600.870.4770.8676.3229.8
Hex718612100572F474c1e
Octal161206222001275710711436
Binary1110001100001101001010000010101111011111000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718612; }

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

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

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

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

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

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

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

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