#659F81

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

Shades of Patina #659F81

Tints of Patina #659F81

Color information

#659F81 (or 0x659F81) is unknown color: approx Patina. HEX triplet: 65, 9F and 81. RGB value is (101,159,129). Sum of RGB (Red+Green+Blue) = 101+159+129=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #659F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F81 is #9A607E. Grayscale: #8A8A8A. Windows color (decimal): -10117247 or 8494949. OLE color: 8494949.

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

Color convert

RGB101159129-
CMYK0.3600.190.38
HSL148.97º23.2%50.98%-
HSV(B)148.97º36.48%62.35%-
XYZ21.7329.1525.25-
YUV138.24122.78101.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=25.96%
G=40.87%
B=33.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591290.3600.190.38148.9723.250.98
Hex659F812401326951733
Octal14523720144023462252763
Binary110010110011111100000011001000100111001101001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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