#659210

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

Shades of Olive Drab #659210

Tints of Olive Drab #659210

Color information

#659210 (or 0x659210) is unknown color: approx Olive Drab. HEX triplet: 65, 92 and 10. RGB value is (101,146,16). Sum of RGB (Red+Green+Blue) = 101+146+16=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #659210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659210 is #9A6DEF. Grayscale: #767676. Windows color (decimal): -10120688 or 1086053. OLE color: 1086053.

HSL color Cylindrical-coordinate representation of color #659210: hue angle of 80.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659210 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB10114616-
CMYK0.3100.890.43
HSL80.77º80.25%31.76%-
HSV(B)80.77º89.04%57.25%-
XYZ15.7423.364.17-
YUV117.7270.59116.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=38.40%
G=55.51%
B=6.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146160.3100.890.4380.7780.2531.76
Hex6592101F0592B515020
Octal145222203701315312112040
Binary11001011001001010000111110101100110101110100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659210; }

 p { color: rgb(101,146,16); }

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

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

 a { background-color: rgb(101,146,16); }

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

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

 span { border-color: rgb(101,146,16); }

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