Shades of Laurel #608969
Tints of Laurel #608969
RGB
CMYK
RGB Variations
Color information
#608969 (or 0x608969) is known color: Laurel. HEX triplet: 60, 89 and 69. RGB value is (96,137,105). Sum of RGB (Red+Green+Blue) = 96+137+105=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #608969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608969 is #9F7696. Grayscale: #797979. Windows color (decimal): -10450583 or 6916448. OLE color: 6916448.
HSL color Cylindrical-coordinate representation of color #608969: hue angle of 133.17º 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 #608969 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 105 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.46 |
| HSL | 133.17º | 0.18% | 0.46% | - |
| HSV(B) | 133.17º | 0.3% | 0.54% | - |
| XYZ | 16.32 | 21.4 | 16.63 | - |
| YUV | 121.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 105 | 0.30 | 0 | 0.23 | 0.46 | 133.17 | 0.18 | 0.46 |
| Hex | 60 | 89 | 69 | 1E | 0 | 17 | 2E | 85 | 12 | 2E |
| Octal | 140 | 211 | 151 | 36 | 0 | 27 | 56 | 205 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1101001 | 11110 | 0 | 10111 | 101110 | 10000101 | 10010 | 101110 |
Color Harmonies of #608969
Complementary color
Monochromatic Colors of #608969
Black with #608969
Text Example
Text Example
White with #608969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608969; }
p { color: rgb(96,137,105); }
H1.HeaderClassName
{
color: #608969;
}
.AnyTagClassName
{
color: #608969;
}
</style>
background-color css
<style>
a { background-color: #608969; }
a { background-color: rgb(96,137,105); }
div.DivClassName
{
background-color: #608969;
}
.BgClassName
{
background-color: #608969;
}
</style>
border-color css
<style>
span { border-color: #608969; }
span { border-color: rgb(96,137,105); }
td.TdClassName
{
border-color: #608969;
}
.TagClassName
{
border-color: #608969;
}
</style>