Shades of Como #5A8967
Tints of Como #5A8967
RGB
CMYK
RGB Variations
Color information
#5A8967 (or 0x5A8967) is known color: Como. HEX triplet: 5A, 89 and 67. RGB value is (90,137,103). Sum of RGB (Red+Green+Blue) = 90+137+103=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8967 is #A57698. Grayscale: #777777. Windows color (decimal): -10843801 or 6785370. OLE color: 6785370.
HSL color Cylindrical-coordinate representation of color #5A8967: hue angle of 136.6º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8967 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 103 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.46 |
| HSL | 136.6º | 0.21% | 0.45% | - |
| HSV(B) | 136.6º | 0.34% | 0.54% | - |
| XYZ | 15.61 | 21.04 | 16.07 | - |
| YUV | 119.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 103 | 0.34 | 0 | 0.25 | 0.46 | 136.6 | 0.21 | 0.45 |
| Hex | 5A | 89 | 67 | 22 | 0 | 19 | 2E | 89 | 15 | 2D |
| Octal | 132 | 211 | 147 | 42 | 0 | 31 | 56 | 211 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1100111 | 100010 | 0 | 11001 | 101110 | 10001001 | 10101 | 101101 |
Color Harmonies of #5A8967
Complementary color
Monochromatic Colors of #5A8967
Black with #5A8967
Text Example
Text Example
White with #5A8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8967; }
p { color: rgb(90,137,103); }
H1.HeaderClassName
{
color: #5A8967;
}
.AnyTagClassName
{
color: #5A8967;
}
</style>
background-color css
<style>
a { background-color: #5A8967; }
a { background-color: rgb(90,137,103); }
div.DivClassName
{
background-color: #5A8967;
}
.BgClassName
{
background-color: #5A8967;
}
</style>
border-color css
<style>
span { border-color: #5A8967; }
span { border-color: rgb(90,137,103); }
td.TdClassName
{
border-color: #5A8967;
}
.TagClassName
{
border-color: #5A8967;
}
</style>