#5F9785

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

Shades of Patina #5F9785

Tints of Patina #5F9785

Color information

#5F9785 (or 0x5F9785) is unknown color: approx Patina. HEX triplet: 5F, 97 and 85. RGB value is (95,151,133). Sum of RGB (Red+Green+Blue) = 95+151+133=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9785 is #A0687A. Grayscale: #848484. Windows color (decimal): -10512507 or 8755039. OLE color: 8755039.

HSL color Cylindrical-coordinate representation of color #5F9785: hue angle of 160.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F9785 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB95151133-
CMYK0.3700.120.41
HSL160.71º22.76%48.24%-
HSV(B)160.71º37.09%59.22%-
XYZ20.0226.2626.2-
YUV132.2128.45101.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=25.07%
G=39.84%
B=35.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal951511330.3700.120.41160.7122.7648.24
Hex5F9785250C29a11730
Octal13722720545014512412760
Binary10111111001011110000101100101011001010011010000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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