Shades of Sirocco #608A70
Tints of Sirocco #608A70
RGB
CMYK
RGB Variations
Color information
#608A70 (or 0x608A70) is known color: Sirocco. HEX triplet: 60, 8A and 70. RGB value is (96,138,112). Sum of RGB (Red+Green+Blue) = 96+138+112=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #608A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A70 is #9F758F. Grayscale: #7A7A7A. Windows color (decimal): -10450320 or 7375456. OLE color: 7375456.
HSL color Cylindrical-coordinate representation of color #608A70: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A70 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 112 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.46 |
| HSL | 142.86º | 0.18% | 0.46% | - |
| HSV(B) | 142.86º | 0.3% | 0.54% | - |
| XYZ | 16.84 | 21.83 | 18.66 | - |
| YUV | 122.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 112 | 0.30 | 0 | 0.19 | 0.46 | 142.86 | 0.18 | 0.46 |
| Hex | 60 | 8A | 70 | 1E | 0 | 13 | 2E | 8F | 12 | 2E |
| Octal | 140 | 212 | 160 | 36 | 0 | 23 | 56 | 217 | 22 | 56 |
| Binary | 1100000 | 10001010 | 1110000 | 11110 | 0 | 10011 | 101110 | 10001111 | 10010 | 101110 |
Color Harmonies of #608A70
Complementary color
Monochromatic Colors of #608A70
Black with #608A70
Text Example
Text Example
White with #608A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A70; }
p { color: rgb(96,138,112); }
H1.HeaderClassName
{
color: #608A70;
}
.AnyTagClassName
{
color: #608A70;
}
</style>
background-color css
<style>
a { background-color: #608A70; }
a { background-color: rgb(96,138,112); }
div.DivClassName
{
background-color: #608A70;
}
.BgClassName
{
background-color: #608A70;
}
</style>
border-color css
<style>
span { border-color: #608A70; }
span { border-color: rgb(96,138,112); }
td.TdClassName
{
border-color: #608A70;
}
.TagClassName
{
border-color: #608A70;
}
</style>