#659812

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

Shades of Olive Drab #659812

Tints of Olive Drab #659812

Color information

#659812 (or 0x659812) is unknown color: approx Olive Drab. HEX triplet: 65, 98 and 12. RGB value is (101,152,18). Sum of RGB (Red+Green+Blue) = 101+152+18=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #659812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659812 is #9A67ED. Grayscale: #797979. Windows color (decimal): -10119150 or 1218661. OLE color: 1218661.

HSL color Cylindrical-coordinate representation of color #659812: hue angle of 82.84º 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 #659812 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB10115218-
CMYK0.3400.880.40
HSL82.84º78.82%33.33%-
HSV(B)82.84º88.16%59.61%-
XYZ16.725.274.57-
YUV121.4869.6113.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=37.27%
G=56.09%
B=6.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152180.3400.880.4082.8478.8233.33
Hex6598122205828534f21
Octal145230224201305012311741
Binary110010110011000100101000100101100010100010100111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659812; }

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

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

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

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

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

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

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

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