Shades of Como #5B7B61
Tints of Como #5B7B61
RGB
CMYK
RGB Variations
Color information
#5B7B61 (or 0x5B7B61) is known color: Como. HEX triplet: 5B, 7B and 61. RGB value is (91,123,97). Sum of RGB (Red+Green+Blue) = 91+123+97=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B61 is #A4849E. Grayscale: #6E6E6E. Windows color (decimal): -10781855 or 6388571. OLE color: 6388571.
HSL color Cylindrical-coordinate representation of color #5B7B61: hue angle of 131.25º 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 #5B7B61 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 97 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.52 |
| HSL | 131.25º | 0.15% | 0.42% | - |
| HSV(B) | 131.25º | 0.26% | 0.48% | - |
| XYZ | 13.56 | 17.25 | 13.93 | - |
| YUV | 110.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 97 | 0.26 | 0 | 0.21 | 0.52 | 131.25 | 0.15 | 0.42 |
| Hex | 5B | 7B | 61 | 1A | 0 | 15 | 34 | 83 | F | 2A |
| Octal | 133 | 173 | 141 | 32 | 0 | 25 | 64 | 203 | 17 | 52 |
| Binary | 1011011 | 1111011 | 1100001 | 11010 | 0 | 10101 | 110100 | 10000011 | 1111 | 101010 |
Color Harmonies of #5B7B61
Complementary color
Monochromatic Colors of #5B7B61
Black with #5B7B61
Text Example
Text Example
White with #5B7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B61; }
p { color: rgb(91,123,97); }
H1.HeaderClassName
{
color: #5B7B61;
}
.AnyTagClassName
{
color: #5B7B61;
}
</style>
background-color css
<style>
a { background-color: #5B7B61; }
a { background-color: rgb(91,123,97); }
div.DivClassName
{
background-color: #5B7B61;
}
.BgClassName
{
background-color: #5B7B61;
}
</style>
border-color css
<style>
span { border-color: #5B7B61; }
span { border-color: rgb(91,123,97); }
td.TdClassName
{
border-color: #5B7B61;
}
.TagClassName
{
border-color: #5B7B61;
}
</style>