Shades of Laurel #608666
Tints of Laurel #608666
RGB
CMYK
RGB Variations
Color information
#608666 (or 0x608666) is known color: Laurel. HEX triplet: 60, 86 and 66. RGB value is (96,134,102). Sum of RGB (Red+Green+Blue) = 96+134+102=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #608666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608666 is #9F7999. Grayscale: #777777. Windows color (decimal): -10451354 or 6719072. OLE color: 6719072.
HSL color Cylindrical-coordinate representation of color #608666: hue angle of 129.47º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608666 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 102 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.47 |
| HSL | 129.47º | 0.17% | 0.45% | - |
| HSV(B) | 129.47º | 0.28% | 0.53% | - |
| XYZ | 15.75 | 20.5 | 15.7 | - |
| YUV | 118.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 102 | 0.28 | 0 | 0.24 | 0.47 | 129.47 | 0.17 | 0.45 |
| Hex | 60 | 86 | 66 | 1C | 0 | 18 | 2F | 81 | 11 | 2D |
| Octal | 140 | 206 | 146 | 34 | 0 | 30 | 57 | 201 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1100110 | 11100 | 0 | 11000 | 101111 | 10000001 | 10001 | 101101 |
Color Harmonies of #608666
Complementary color
Monochromatic Colors of #608666
Black with #608666
Text Example
Text Example
White with #608666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608666; }
p { color: rgb(96,134,102); }
H1.HeaderClassName
{
color: #608666;
}
.AnyTagClassName
{
color: #608666;
}
</style>
background-color css
<style>
a { background-color: #608666; }
a { background-color: rgb(96,134,102); }
div.DivClassName
{
background-color: #608666;
}
.BgClassName
{
background-color: #608666;
}
</style>
border-color css
<style>
span { border-color: #608666; }
span { border-color: rgb(96,134,102); }
td.TdClassName
{
border-color: #608666;
}
.TagClassName
{
border-color: #608666;
}
</style>