#599677

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

Shades of Patina #599677

Tints of Patina #599677

Color information

#599677 (or 0x599677) is unknown color: approx Patina. HEX triplet: 59, 96 and 77. RGB value is (89,150,119). Sum of RGB (Red+Green+Blue) = 89+150+119=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #599677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599677 is #A66988. Grayscale: #808080. Windows color (decimal): -10905993 or 7837273. OLE color: 7837273.

HSL color Cylindrical-coordinate representation of color #599677: hue angle of 149.51º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599677 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB89150119-
CMYK0.4100.210.41
HSL149.51º25.52%46.86%-
HSV(B)149.51º40.67%58.82%-
XYZ18.3625.2721.36-
YUV128.23122.79100.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=24.86%
G=41.90%
B=33.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501190.4100.210.41149.5125.5246.86
Hex5996772901529961a2f
Octal13122616751025512263257
Binary10110011001011011101111010010101011010011001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599677; }

 p { color: rgb(89,150,119); }

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

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

 a { background-color: rgb(89,150,119); }

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

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

 span { border-color: rgb(89,150,119); }

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