#5F9C85

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

Shades of Patina #5F9C85

Tints of Patina #5F9C85

Color information

#5F9C85 (or 0x5F9C85) is unknown color: approx Patina. HEX triplet: 5F, 9C and 85. RGB value is (95,156,133). Sum of RGB (Red+Green+Blue) = 95+156+133=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9C85 is #A0637A. Grayscale: #878787. Windows color (decimal): -10511227 or 8756319. OLE color: 8756319.

HSL color Cylindrical-coordinate representation of color #5F9C85: hue angle of 157.38º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9C85 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB95156133-
CMYK0.3900.150.39
HSL157.38º24.3%49.22%-
HSV(B)157.38º39.1%61.18%-
XYZ20.8427.926.48-
YUV135.14126.7999.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=24.74%
G=40.62%
B=34.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951561330.3900.150.39157.3824.349.22
Hex5F9C85270F279d1831
Octal13723420547017472353061
Binary10111111001110010000101100111011111001111001110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9C85; }

 p { color: rgb(95,156,133); }

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

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

 a { background-color: rgb(95,156,133); }

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

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

 span { border-color: rgb(95,156,133); }

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