#5F9B90

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

Shades of Patina #5F9B90

Tints of Patina #5F9B90

Color information

#5F9B90 (or 0x5F9B90) is unknown color: approx Patina. HEX triplet: 5F, 9B and 90. RGB value is (95,155,144). Sum of RGB (Red+Green+Blue) = 95+155+144=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9B90 is #A0646F. Grayscale: #878787. Windows color (decimal): -10511472 or 9476959. OLE color: 9476959.

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

Color convert

RGB95155144-
CMYK0.3900.070.39
HSL169º24%49.02%-
HSV(B)169º38.71%60.78%-
XYZ21.4727.8930.64-
YUV135.81132.6298.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=24.11%
G=39.34%
B=36.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951551440.3900.070.391692449.02
Hex5F9B90270727a91831
Octal1372332204707472513061
Binary1011111100110111001000010011101111001111010100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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