Shades of Sirocco #698876
Tints of Sirocco #698876
RGB
CMYK
RGB Variations
Color information
#698876 (or 0x698876) is known color: Sirocco. HEX triplet: 69, 88 and 76. RGB value is (105,136,118). Sum of RGB (Red+Green+Blue) = 105+136+118=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #698876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698876 is #967789. Grayscale: #7C7C7C. Windows color (decimal): -9861002 or 7768169. OLE color: 7768169.
HSL color Cylindrical-coordinate representation of color #698876: hue angle of 145.16º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698876 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 118 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.47 |
| HSL | 145.16º | 0.13% | 0.47% | - |
| HSV(B) | 145.16º | 0.23% | 0.53% | - |
| XYZ | 17.9 | 21.92 | 20.43 | - |
| YUV | 124.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 118 | 0.23 | 0 | 0.13 | 0.47 | 145.16 | 0.13 | 0.47 |
| Hex | 69 | 88 | 76 | 17 | 0 | D | 2F | 91 | D | 2F |
| Octal | 151 | 210 | 166 | 27 | 0 | 15 | 57 | 221 | 15 | 57 |
| Binary | 1101001 | 10001000 | 1110110 | 10111 | 0 | 1101 | 101111 | 10010001 | 1101 | 101111 |
Color Harmonies of #698876
Complementary color
Monochromatic Colors of #698876
Black with #698876
Text Example
Text Example
White with #698876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698876; }
p { color: rgb(105,136,118); }
H1.HeaderClassName
{
color: #698876;
}
.AnyTagClassName
{
color: #698876;
}
</style>
background-color css
<style>
a { background-color: #698876; }
a { background-color: rgb(105,136,118); }
div.DivClassName
{
background-color: #698876;
}
.BgClassName
{
background-color: #698876;
}
</style>
border-color css
<style>
span { border-color: #698876; }
span { border-color: rgb(105,136,118); }
td.TdClassName
{
border-color: #698876;
}
.TagClassName
{
border-color: #698876;
}
</style>