Shades of Como #5A7B5F
Tints of Como #5A7B5F
RGB
CMYK
RGB Variations
Color information
#5A7B5F (or 0x5A7B5F) is known color: Como. HEX triplet: 5A, 7B and 5F. RGB value is (90,123,95). Sum of RGB (Red+Green+Blue) = 90+123+95=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B5F is #A584A0. Grayscale: #6E6E6E. Windows color (decimal): -10847393 or 6257498. OLE color: 6257498.
HSL color Cylindrical-coordinate representation of color #5A7B5F: hue angle of 129.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B5F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 123 | 95 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.52 |
| HSL | 129.09º | 0.15% | 0.42% | - |
| HSV(B) | 129.09º | 0.27% | 0.48% | - |
| XYZ | 13.36 | 17.17 | 13.44 | - |
| YUV | 109.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 95 | 0.27 | 0 | 0.23 | 0.52 | 129.09 | 0.15 | 0.42 |
| Hex | 5A | 7B | 5F | 1B | 0 | 17 | 34 | 81 | F | 2A |
| Octal | 132 | 173 | 137 | 33 | 0 | 27 | 64 | 201 | 17 | 52 |
| Binary | 1011010 | 1111011 | 1011111 | 11011 | 0 | 10111 | 110100 | 10000001 | 1111 | 101010 |
Color Harmonies of #5A7B5F
Complementary color
Monochromatic Colors of #5A7B5F
Black with #5A7B5F
Text Example
Text Example
White with #5A7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7B5F; }
p { color: rgb(90,123,95); }
H1.HeaderClassName
{
color: #5A7B5F;
}
.AnyTagClassName
{
color: #5A7B5F;
}
</style>
background-color css
<style>
a { background-color: #5A7B5F; }
a { background-color: rgb(90,123,95); }
div.DivClassName
{
background-color: #5A7B5F;
}
.BgClassName
{
background-color: #5A7B5F;
}
</style>
border-color css
<style>
span { border-color: #5A7B5F; }
span { border-color: rgb(90,123,95); }
td.TdClassName
{
border-color: #5A7B5F;
}
.TagClassName
{
border-color: #5A7B5F;
}
</style>