#659610

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

Shades of Olive Drab #659610

Tints of Olive Drab #659610

Color information

#659610 (or 0x659610) is unknown color: approx Olive Drab. HEX triplet: 65, 96 and 10. RGB value is (101,150,16). Sum of RGB (Red+Green+Blue) = 101+150+16=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #659610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659610 is #9A69EF. Grayscale: #787878. Windows color (decimal): -10119664 or 1087077. OLE color: 1087077.

HSL color Cylindrical-coordinate representation of color #659610: hue angle of 81.94º degrees, saturation: 0.81, 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 #659610 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB10115016-
CMYK0.3300.890.41
HSL81.94º80.72%32.55%-
HSV(B)81.94º89.33%58.82%-
XYZ16.3724.624.38-
YUV120.0769.27114.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=37.83%
G=56.18%
B=5.99%

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
Decimal101150160.3300.890.4181.9480.7232.55
Hex6596102105929525121
Octal145226204101315112212141
Binary110010110010110100001000010101100110100110100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659610; }

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

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

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

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

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

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

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

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