#5F9C7F

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

Shades of Patina #5F9C7F

Tints of Patina #5F9C7F

Color information

#5F9C7F (or 0x5F9C7F) is unknown color: approx Patina. HEX triplet: 5F, 9C and 7F. RGB value is (95,156,127). Sum of RGB (Red+Green+Blue) = 95+156+127=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C7F is #A06380. Grayscale: #868686. Windows color (decimal): -10511233 or 8363103. OLE color: 8363103.

HSL color Cylindrical-coordinate representation of color #5F9C7F: hue angle of 151.48º 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 #5F9C7F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB95156127-
CMYK0.3900.190.39
HSL151.48º24.3%49.22%-
HSV(B)151.48º39.1%61.18%-
XYZ20.4427.7424.36-
YUV134.45123.7999.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 127 (50% from 255) = 33.60%
R=25.13%
G=41.27%
B=33.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951561270.3900.190.39151.4824.349.22
Hex5F9C7F2701327971831
Octal13723417747023472273061
Binary10111111001110011111111001110100111001111001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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