Shades of Laurel #608C66
Tints of Laurel #608C66
RGB
CMYK
RGB Variations
Color information
#608C66 (or 0x608C66) is known color: Laurel. HEX triplet: 60, 8C and 66. RGB value is (96,140,102). Sum of RGB (Red+Green+Blue) = 96+140+102=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #608C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C66 is #9F7399. Grayscale: #7A7A7A. Windows color (decimal): -10449818 or 6720608. OLE color: 6720608.
HSL color Cylindrical-coordinate representation of color #608C66: hue angle of 128.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C66 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 102 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.45 |
| HSL | 128.18º | 0.19% | 0.46% | - |
| HSV(B) | 128.18º | 0.31% | 0.55% | - |
| XYZ | 16.6 | 22.2 | 15.98 | - |
| YUV | 122.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 102 | 0.31 | 0 | 0.27 | 0.45 | 128.18 | 0.19 | 0.46 |
| Hex | 60 | 8C | 66 | 1F | 0 | 1B | 2D | 80 | 13 | 2E |
| Octal | 140 | 214 | 146 | 37 | 0 | 33 | 55 | 200 | 23 | 56 |
| Binary | 1100000 | 10001100 | 1100110 | 11111 | 0 | 11011 | 101101 | 10000000 | 10011 | 101110 |
Color Harmonies of #608C66
Complementary color
Monochromatic Colors of #608C66
Black with #608C66
Text Example
Text Example
White with #608C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C66; }
p { color: rgb(96,140,102); }
H1.HeaderClassName
{
color: #608C66;
}
.AnyTagClassName
{
color: #608C66;
}
</style>
background-color css
<style>
a { background-color: #608C66; }
a { background-color: rgb(96,140,102); }
div.DivClassName
{
background-color: #608C66;
}
.BgClassName
{
background-color: #608C66;
}
</style>
border-color css
<style>
span { border-color: #608C66; }
span { border-color: rgb(96,140,102); }
td.TdClassName
{
border-color: #608C66;
}
.TagClassName
{
border-color: #608C66;
}
</style>