#659611

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

Shades of Olive Drab #659611

Tints of Olive Drab #659611

Color information

#659611 (or 0x659611) is unknown color: approx Olive Drab. HEX triplet: 65, 96 and 11. RGB value is (101,150,17). Sum of RGB (Red+Green+Blue) = 101+150+17=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #659611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659611 is #9A69EE. Grayscale: #787878. Windows color (decimal): -10119663 or 1152613. OLE color: 1152613.

HSL color Cylindrical-coordinate representation of color #659611: hue angle of 82.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659611 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB10115017-
CMYK0.3300.890.41
HSL82.11º79.64%32.75%-
HSV(B)82.11º88.67%58.82%-
XYZ16.3724.624.42-
YUV120.1969.77114.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 150 (58.98% from 255) = 55.97%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=37.69%
G=55.97%
B=6.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101150170.3300.890.4182.1179.6432.75
Hex6596112105929525021
Octal145226214101315112212041
Binary110010110010110100011000010101100110100110100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659611; }

 p { color: rgb(101,150,17); }

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

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

 a { background-color: rgb(101,150,17); }

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

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

 span { border-color: rgb(101,150,17); }

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