#659D91

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

Shades of Patina #659D91

Tints of Patina #659D91

Color information

#659D91 (or 0x659D91) is unknown color: approx Patina. HEX triplet: 65, 9D and 91. RGB value is (101,157,145). Sum of RGB (Red+Green+Blue) = 101+157+145=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #659D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D91 is #9A626E. Grayscale: #8A8A8A. Windows color (decimal): -10117743 or 9543013. OLE color: 9543013.

HSL color Cylindrical-coordinate representation of color #659D91: hue angle of 167.14º degrees, saturation: 0.22, 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 #659D91 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB101157145-
CMYK0.3600.080.38
HSL167.14º22.22%50.59%-
HSV(B)167.14º35.67%61.57%-
XYZ22.5328.9231.18-
YUV138.89131.45100.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=25.06%
G=38.96%
B=35.98%

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
Decimal1011571450.3600.080.38167.1422.2250.59
Hex659D91240826a71633
Octal14523522144010462472663
Binary11001011001110110010001100100010001001101010011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,157,145); }

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

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

 a { background-color: rgb(101,157,145); }

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

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

 span { border-color: rgb(101,157,145); }

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