#5F8F79

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

Shades of Patina #5F8F79

Tints of Patina #5F8F79

Color information

#5F8F79 (or 0x5F8F79) is unknown color: approx Patina. HEX triplet: 5F, 8F and 79. RGB value is (95,143,121). Sum of RGB (Red+Green+Blue) = 95+143+121=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F79 is #A07086. Grayscale: #7E7E7E. Windows color (decimal): -10514567 or 7966559. OLE color: 7966559.

HSL color Cylindrical-coordinate representation of color #5F8F79: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8F79 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB95143121-
CMYK0.3400.150.44
HSL152.5º20.17%46.67%-
HSV(B)152.5º33.57%56.08%-
XYZ17.9923.4621.67-
YUV126.14125.1105.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.46%
GREEN value IS 143 (56.25% from 255) = 39.83%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=26.46%
G=39.83%
B=33.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951431210.3400.150.44152.520.1746.67
Hex5F8F79220F2C98142f
Octal13721717142017542302457
Binary1011111100011111111001100010011111011001001100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,143,121); }

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

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

 a { background-color: rgb(95,143,121); }

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

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

 span { border-color: rgb(95,143,121); }

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