#659B7F

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

Shades of Patina #659B7F

Tints of Patina #659B7F

Color information

#659B7F (or 0x659B7F) is unknown color: approx Patina. HEX triplet: 65, 9B and 7F. RGB value is (101,155,127). Sum of RGB (Red+Green+Blue) = 101+155+127=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #659B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B7F is #9A6480. Grayscale: #878787. Windows color (decimal): -10118273 or 8362853. OLE color: 8362853.

HSL color Cylindrical-coordinate representation of color #659B7F: hue angle of 148.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B7F is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB101155127-
CMYK0.3500.180.39
HSL148.89º21.26%50.2%-
HSV(B)148.89º34.84%60.78%-
XYZ20.9227.7424.33-
YUV135.66123.11103.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 127 (50% from 255) = 33.16%
R=26.37%
G=40.47%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011551270.3500.180.39148.8921.2650.2
Hex659B7F2301227951532
Octal14523317743022472252562
Binary11001011001101111111111000110100101001111001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,155,127); }

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

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

 a { background-color: rgb(101,155,127); }

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

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

 span { border-color: rgb(101,155,127); }

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