Shades of Como #5B7B60
Tints of Como #5B7B60
RGB
CMYK
RGB Variations
Color information
#5B7B60 (or 0x5B7B60) is known color: Como. HEX triplet: 5B, 7B and 60. RGB value is (91,123,96). Sum of RGB (Red+Green+Blue) = 91+123+96=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B60 is #A4849F. Grayscale: #6E6E6E. Windows color (decimal): -10781856 or 6323035. OLE color: 6323035.
HSL color Cylindrical-coordinate representation of color #5B7B60: hue angle of 129.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7B60 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 96 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.52 |
| HSL | 129.38º | 0.15% | 0.42% | - |
| HSV(B) | 129.38º | 0.26% | 0.48% | - |
| XYZ | 13.51 | 17.23 | 13.68 | - |
| YUV | 110.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 96 | 0.26 | 0 | 0.22 | 0.52 | 129.38 | 0.15 | 0.42 |
| Hex | 5B | 7B | 60 | 1A | 0 | 16 | 34 | 81 | F | 2A |
| Octal | 133 | 173 | 140 | 32 | 0 | 26 | 64 | 201 | 17 | 52 |
| Binary | 1011011 | 1111011 | 1100000 | 11010 | 0 | 10110 | 110100 | 10000001 | 1111 | 101010 |
Color Harmonies of #5B7B60
Complementary color
Monochromatic Colors of #5B7B60
Black with #5B7B60
Text Example
Text Example
White with #5B7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B60; }
p { color: rgb(91,123,96); }
H1.HeaderClassName
{
color: #5B7B60;
}
.AnyTagClassName
{
color: #5B7B60;
}
</style>
background-color css
<style>
a { background-color: #5B7B60; }
a { background-color: rgb(91,123,96); }
div.DivClassName
{
background-color: #5B7B60;
}
.BgClassName
{
background-color: #5B7B60;
}
</style>
border-color css
<style>
span { border-color: #5B7B60; }
span { border-color: rgb(91,123,96); }
td.TdClassName
{
border-color: #5B7B60;
}
.TagClassName
{
border-color: #5B7B60;
}
</style>