Shades of Sirocco #5F876B
Tints of Sirocco #5F876B
RGB
CMYK
RGB Variations
Color information
#5F876B (or 0x5F876B) is known color: Sirocco. HEX triplet: 5F, 87 and 6B. RGB value is (95,135,107). Sum of RGB (Red+Green+Blue) = 95+135+107=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #5F876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F876B is #A07894. Grayscale: #777777. Windows color (decimal): -10516629 or 7047007. OLE color: 7047007.
HSL color Cylindrical-coordinate representation of color #5F876B: hue angle of 138º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F876B is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 107 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.47 |
| HSL | 138º | 0.17% | 0.45% | - |
| HSV(B) | 138º | 0.3% | 0.53% | - |
| XYZ | 16.04 | 20.82 | 17.08 | - |
| YUV | 119.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 107 | 0.30 | 0 | 0.21 | 0.47 | 138 | 0.17 | 0.45 |
| Hex | 5F | 87 | 6B | 1E | 0 | 15 | 2F | 8A | 11 | 2D |
| Octal | 137 | 207 | 153 | 36 | 0 | 25 | 57 | 212 | 21 | 55 |
| Binary | 1011111 | 10000111 | 1101011 | 11110 | 0 | 10101 | 101111 | 10001010 | 10001 | 101101 |
Color Harmonies of #5F876B
Complementary color
Monochromatic Colors of #5F876B
Black with #5F876B
Text Example
Text Example
White with #5F876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F876B; }
p { color: rgb(95,135,107); }
H1.HeaderClassName
{
color: #5F876B;
}
.AnyTagClassName
{
color: #5F876B;
}
</style>
background-color css
<style>
a { background-color: #5F876B; }
a { background-color: rgb(95,135,107); }
div.DivClassName
{
background-color: #5F876B;
}
.BgClassName
{
background-color: #5F876B;
}
</style>
border-color css
<style>
span { border-color: #5F876B; }
span { border-color: rgb(95,135,107); }
td.TdClassName
{
border-color: #5F876B;
}
.TagClassName
{
border-color: #5F876B;
}
</style>