Shades of Sirocco #6E877A
Tints of Sirocco #6E877A
RGB
CMYK
RGB Variations
Color information
#6E877A (or 0x6E877A) is known color: Sirocco. HEX triplet: 6E, 87 and 7A. RGB value is (110,135,122). Sum of RGB (Red+Green+Blue) = 110+135+122=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #6E877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E877A is #917885. Grayscale: #7E7E7E. Windows color (decimal): -9533574 or 8030062. OLE color: 8030062.
HSL color Cylindrical-coordinate representation of color #6E877A: hue angle of 148.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E877A is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 122 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.47 |
| HSL | 148.8º | 0.1% | 0.48% | - |
| HSV(B) | 148.8º | 0.19% | 0.53% | - |
| XYZ | 18.61 | 22.05 | 21.69 | - |
| YUV | 126.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 122 | 0.19 | 0 | 0.10 | 0.47 | 148.8 | 0.1 | 0.48 |
| Hex | 6E | 87 | 7A | 13 | 0 | A | 2F | 95 | A | 30 |
| Octal | 156 | 207 | 172 | 23 | 0 | 12 | 57 | 225 | 12 | 60 |
| Binary | 1101110 | 10000111 | 1111010 | 10011 | 0 | 1010 | 101111 | 10010101 | 1010 | 110000 |
Color Harmonies of #6E877A
Complementary color
Monochromatic Colors of #6E877A
Black with #6E877A
Text Example
Text Example
White with #6E877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E877A; }
p { color: rgb(110,135,122); }
H1.HeaderClassName
{
color: #6E877A;
}
.AnyTagClassName
{
color: #6E877A;
}
</style>
background-color css
<style>
a { background-color: #6E877A; }
a { background-color: rgb(110,135,122); }
div.DivClassName
{
background-color: #6E877A;
}
.BgClassName
{
background-color: #6E877A;
}
</style>
border-color css
<style>
span { border-color: #6E877A; }
span { border-color: rgb(110,135,122); }
td.TdClassName
{
border-color: #6E877A;
}
.TagClassName
{
border-color: #6E877A;
}
</style>