#659780

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

Shades of Patina #659780

Tints of Patina #659780

Color information

#659780 (or 0x659780) is unknown color: approx Patina. HEX triplet: 65, 97 and 80. RGB value is (101,151,128). Sum of RGB (Red+Green+Blue) = 101+151+128=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #659780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659780 is #9A687F. Grayscale: #858585. Windows color (decimal): -10119296 or 8427365. OLE color: 8427365.

HSL color Cylindrical-coordinate representation of color #659780: hue angle of 152.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659780 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB101151128-
CMYK0.3300.150.41
HSL152.4º19.84%49.41%-
HSV(B)152.4º33.11%59.22%-
XYZ20.3326.4624.46-
YUV133.43124.94104.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=26.58%
G=39.74%
B=33.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511280.3300.150.41152.419.8449.41
Hex659780210F29981431
Octal14522720041017512302461
Binary11001011001011110000000100001011111010011001100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659780; }

 p { color: rgb(101,151,128); }

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

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

 a { background-color: rgb(101,151,128); }

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

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

 span { border-color: rgb(101,151,128); }

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