Shades of Amazon #3F7F60
Tints of Amazon #3F7F60
RGB
CMYK
RGB Variations
Color information
#3F7F60 (or 0x3F7F60) is known color: Amazon. HEX triplet: 3F, 7F and 60. RGB value is (63,127,96). Sum of RGB (Red+Green+Blue) = 63+127+96=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F60 is #C0809F. Grayscale: #686868. Windows color (decimal): -12615840 or 6324031. OLE color: 6324031.
HSL color Cylindrical-coordinate representation of color #3F7F60: hue angle of 150.94º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7F60 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 127 | 96 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.50 |
| HSL | 150.94º | 0.34% | 0.37% | - |
| HSV(B) | 150.94º | 0.5% | 0.5% | - |
| XYZ | 11.75 | 17.08 | 13.74 | - |
| YUV | 104.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 96 | 0.50 | 0 | 0.24 | 0.50 | 150.94 | 0.34 | 0.37 |
| Hex | 3F | 7F | 60 | 32 | 0 | 18 | 32 | 97 | 22 | 25 |
| Octal | 77 | 177 | 140 | 62 | 0 | 30 | 62 | 227 | 42 | 45 |
| Binary | 111111 | 1111111 | 1100000 | 110010 | 0 | 11000 | 110010 | 10010111 | 100010 | 100101 |
Color Harmonies of #3F7F60
Complementary color
Monochromatic Colors of #3F7F60
Black with #3F7F60
Text Example
Text Example
White with #3F7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7F60; }
p { color: rgb(63,127,96); }
H1.HeaderClassName
{
color: #3F7F60;
}
.AnyTagClassName
{
color: #3F7F60;
}
</style>
background-color css
<style>
a { background-color: #3F7F60; }
a { background-color: rgb(63,127,96); }
div.DivClassName
{
background-color: #3F7F60;
}
.BgClassName
{
background-color: #3F7F60;
}
</style>
border-color css
<style>
span { border-color: #3F7F60; }
span { border-color: rgb(63,127,96); }
td.TdClassName
{
border-color: #3F7F60;
}
.TagClassName
{
border-color: #3F7F60;
}
</style>