#5F907F

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

Shades of Patina #5F907F

Tints of Patina #5F907F

Color information

#5F907F (or 0x5F907F) is unknown color: approx Patina. HEX triplet: 5F, 90 and 7F. RGB value is (95,144,127). Sum of RGB (Red+Green+Blue) = 95+144+127=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #5F907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F907F is #A06F80. Grayscale: #7F7F7F. Windows color (decimal): -10514305 or 8360031. OLE color: 8360031.

HSL color Cylindrical-coordinate representation of color #5F907F: hue angle of 159.18º degrees, saturation: 0.21, 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 #5F907F is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB95144127-
CMYK0.3400.120.44
HSL159.18º20.5%46.86%-
HSV(B)159.18º34.03%56.47%-
XYZ18.5223.9123.72-
YUV127.41127.77104.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 127 (50% from 255) = 34.70%
R=25.96%
G=39.34%
B=34.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441270.3400.120.44159.1820.546.86
Hex5F907F220C2C9f152f
Octal13722017742014542372557
Binary1011111100100001111111100010011001011001001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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