#659517

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

Shades of Olive Drab #659517

Tints of Olive Drab #659517

Color information

#659517 (or 0x659517) is unknown color: approx Olive Drab. HEX triplet: 65, 95 and 17. RGB value is (101,149,23). Sum of RGB (Red+Green+Blue) = 101+149+23=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #659517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659517 is #9A6AE8. Grayscale: #787878. Windows color (decimal): -10119913 or 1545573. OLE color: 1545573.

HSL color Cylindrical-coordinate representation of color #659517: hue angle of 82.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #659517 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB10114923-
CMYK0.3200.850.42
HSL82.86º73.26%33.73%-
HSV(B)82.86º84.56%58.43%-
XYZ16.2724.324.65-
YUV120.2873.1114.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=37.00%
G=54.58%
B=8.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101149230.3200.850.4282.8673.2633.73
Hex659517200552A534922
Octal145225274001255212311142
Binary110010110010101101111000000101010110101010100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659517; }

 p { color: rgb(101,149,23); }

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

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

 a { background-color: rgb(101,149,23); }

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

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

 span { border-color: rgb(101,149,23); }

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