#5F947A

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

Shades of Patina #5F947A

Tints of Patina #5F947A

Color information

#5F947A (or 0x5F947A) is unknown color: approx Patina. HEX triplet: 5F, 94 and 7A. RGB value is (95,148,122). Sum of RGB (Red+Green+Blue) = 95+148+122=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #5F947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F947A is #A06B85. Grayscale: #818181. Windows color (decimal): -10513286 or 8033375. OLE color: 8033375.

HSL color Cylindrical-coordinate representation of color #5F947A: hue angle of 150.57º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F947A is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB95148122-
CMYK0.3600.180.42
HSL150.57º21.81%47.65%-
HSV(B)150.57º35.81%58.04%-
XYZ18.8225.0222.25-
YUV129.19123.94103.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=26.03%
G=40.55%
B=33.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951481220.3600.180.42150.5721.8147.65
Hex5F947A240122A971630
Octal13722417244022522272660
Binary10111111001010011110101001000100101010101001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,122); }

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

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

 a { background-color: rgb(95,148,122); }

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

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

 span { border-color: rgb(95,148,122); }

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