#659F92

Color #659F92 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #659F92

Tints of Patina #659F92

Color information

#659F92 (or 0x659F92) is unknown color: approx Patina. HEX triplet: 65, 9F and 92. RGB value is (101,159,146). Sum of RGB (Red+Green+Blue) = 101+159+146=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #659F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F92 is #9A606D. Grayscale: #8C8C8C. Windows color (decimal): -10117230 or 9609061. OLE color: 9609061.

HSL color Cylindrical-coordinate representation of color #659F92: hue angle of 166.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F92 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB101159146-
CMYK0.3600.080.38
HSL166.55º23.2%50.98%-
HSV(B)166.55º36.48%62.35%-
XYZ22.9529.6431.71-
YUV140.18131.28100.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=24.88%
G=39.16%
B=35.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591460.3600.080.38166.5523.250.98
Hex659F92240826a71733
Octal14523722244010462472763
Binary11001011001111110010010100100010001001101010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F92; }

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

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

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

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

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

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

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

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