#659079

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

Shades of Patina #659079

Tints of Patina #659079

Color information

#659079 (or 0x659079) is unknown color: approx Patina. HEX triplet: 65, 90 and 79. RGB value is (101,144,121). Sum of RGB (Red+Green+Blue) = 101+144+121=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #659079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659079 is #9A6F86. Grayscale: #808080. Windows color (decimal): -10121095 or 7966821. OLE color: 7966821.

HSL color Cylindrical-coordinate representation of color #659079: hue angle of 147.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659079 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB101144121-
CMYK0.3000.160.44
HSL147.91º17.55%48.04%-
HSV(B)147.91º29.86%56.47%-
XYZ18.7924.0921.75-
YUV128.52123.75108.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=27.60%
G=39.34%
B=33.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441210.3000.160.44147.9117.5548.04
Hex6590791E0102C941230
Octal14522017136020542242260
Binary1100101100100001111001111100100001011001001010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659079; }

 p { color: rgb(101,144,121); }

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

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

 a { background-color: rgb(101,144,121); }

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

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

 span { border-color: rgb(101,144,121); }

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