#5F947F

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

Shades of Patina #5F947F

Tints of Patina #5F947F

Color information

#5F947F (or 0x5F947F) is unknown color: approx Patina. HEX triplet: 5F, 94 and 7F. RGB value is (95,148,127). Sum of RGB (Red+Green+Blue) = 95+148+127=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #5F947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F947F is #A06B80. Grayscale: #818181. Windows color (decimal): -10513281 or 8361055. OLE color: 8361055.

HSL color Cylindrical-coordinate representation of color #5F947F: hue angle of 156.23º 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 #5F947F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB95148127-
CMYK0.3600.140.42
HSL156.23º21.81%47.65%-
HSV(B)156.23º35.81%58.04%-
XYZ19.1425.1523.92-
YUV129.76126.44103.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 127 (50% from 255) = 34.32%
R=25.68%
G=40%
B=34.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951481270.3600.140.42156.2321.8147.65
Hex5F947F240E2A9c1630
Octal13722417744016522342660
Binary1011111100101001111111100100011101010101001110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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