Shades of Como #5A8969
Tints of Como #5A8969
RGB
CMYK
RGB Variations
Color information
#5A8969 (or 0x5A8969) is known color: Como. HEX triplet: 5A, 89 and 69. RGB value is (90,137,105). Sum of RGB (Red+Green+Blue) = 90+137+105=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8969 is #A57696. Grayscale: #777777. Windows color (decimal): -10843799 or 6916442. OLE color: 6916442.
HSL color Cylindrical-coordinate representation of color #5A8969: hue angle of 139.15º 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 #5A8969 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 105 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.46 |
| HSL | 139.15º | 0.21% | 0.45% | - |
| HSV(B) | 139.15º | 0.34% | 0.54% | - |
| XYZ | 15.71 | 21.08 | 16.61 | - |
| YUV | 119.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 105 | 0.34 | 0 | 0.23 | 0.46 | 139.15 | 0.21 | 0.45 |
| Hex | 5A | 89 | 69 | 22 | 0 | 17 | 2E | 8B | 15 | 2D |
| Octal | 132 | 211 | 151 | 42 | 0 | 27 | 56 | 213 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1101001 | 100010 | 0 | 10111 | 101110 | 10001011 | 10101 | 101101 |
Color Harmonies of #5A8969
Complementary color
Monochromatic Colors of #5A8969
Black with #5A8969
Text Example
Text Example
White with #5A8969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8969; }
p { color: rgb(90,137,105); }
H1.HeaderClassName
{
color: #5A8969;
}
.AnyTagClassName
{
color: #5A8969;
}
</style>
background-color css
<style>
a { background-color: #5A8969; }
a { background-color: rgb(90,137,105); }
div.DivClassName
{
background-color: #5A8969;
}
.BgClassName
{
background-color: #5A8969;
}
</style>
border-color css
<style>
span { border-color: #5A8969; }
span { border-color: rgb(90,137,105); }
td.TdClassName
{
border-color: #5A8969;
}
.TagClassName
{
border-color: #5A8969;
}
</style>