Shades of Sirocco #5E866B
Tints of Sirocco #5E866B
RGB
CMYK
RGB Variations
Color information
#5E866B (or 0x5E866B) is known color: Sirocco. HEX triplet: 5E, 86 and 6B. RGB value is (94,134,107). Sum of RGB (Red+Green+Blue) = 94+134+107=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #5E866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E866B is #A17994. Grayscale: #777777. Windows color (decimal): -10582421 or 7046750. OLE color: 7046750.
HSL color Cylindrical-coordinate representation of color #5E866B: hue angle of 139.5º degrees, saturation: 0.18, 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 #5E866B is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 107 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.47 |
| HSL | 139.5º | 0.18% | 0.45% | - |
| HSV(B) | 139.5º | 0.3% | 0.53% | - |
| XYZ | 15.8 | 20.49 | 17.03 | - |
| YUV | 118.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 107 | 0.30 | 0 | 0.20 | 0.47 | 139.5 | 0.18 | 0.45 |
| Hex | 5E | 86 | 6B | 1E | 0 | 14 | 2F | 8C | 12 | 2D |
| Octal | 136 | 206 | 153 | 36 | 0 | 24 | 57 | 214 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1101011 | 11110 | 0 | 10100 | 101111 | 10001100 | 10010 | 101101 |
Color Harmonies of #5E866B
Complementary color
Monochromatic Colors of #5E866B
Black with #5E866B
Text Example
Text Example
White with #5E866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E866B; }
p { color: rgb(94,134,107); }
H1.HeaderClassName
{
color: #5E866B;
}
.AnyTagClassName
{
color: #5E866B;
}
</style>
background-color css
<style>
a { background-color: #5E866B; }
a { background-color: rgb(94,134,107); }
div.DivClassName
{
background-color: #5E866B;
}
.BgClassName
{
background-color: #5E866B;
}
</style>
border-color css
<style>
span { border-color: #5E866B; }
span { border-color: rgb(94,134,107); }
td.TdClassName
{
border-color: #5E866B;
}
.TagClassName
{
border-color: #5E866B;
}
</style>