#5FA081

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

Shades of Patina #5FA081

Tints of Patina #5FA081

Color information

#5FA081 (or 0x5FA081) is unknown color: approx Patina. HEX triplet: 5F, A0 and 81. RGB value is (95,160,129). Sum of RGB (Red+Green+Blue) = 95+160+129=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA081 is #A05F7E. Grayscale: #898989. Windows color (decimal): -10510207 or 8495199. OLE color: 8495199.

HSL color Cylindrical-coordinate representation of color #5FA081: hue angle of 151.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA081 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB95160129-
CMYK0.4100.190.37
HSL151.38º25.49%50%-
HSV(B)151.38º40.62%62.75%-
XYZ21.2529.1625.28-
YUV137.03123.4798.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 160 (62.89% from 255) = 41.67%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=24.74%
G=41.67%
B=33.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601290.4100.190.37151.3825.4950
Hex5FA0812901325971932
Octal13724020151023452273162
Binary101111110100000100000011010010100111001011001011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,160,129); }

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

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

 a { background-color: rgb(95,160,129); }

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

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

 span { border-color: rgb(95,160,129); }

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