Shades of Laurel #608668
Tints of Laurel #608668
RGB
CMYK
RGB Variations
Color information
#608668 (or 0x608668) is known color: Laurel. HEX triplet: 60, 86 and 68. RGB value is (96,134,104). Sum of RGB (Red+Green+Blue) = 96+134+104=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #608668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608668 is #9F7997. Grayscale: #777777. Windows color (decimal): -10451352 or 6850144. OLE color: 6850144.
HSL color Cylindrical-coordinate representation of color #608668: hue angle of 132.63º 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 #608668 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 104 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.47 |
| HSL | 132.63º | 0.17% | 0.45% | - |
| HSV(B) | 132.63º | 0.28% | 0.53% | - |
| XYZ | 15.85 | 20.54 | 16.23 | - |
| YUV | 119.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 104 | 0.28 | 0 | 0.22 | 0.47 | 132.63 | 0.17 | 0.45 |
| Hex | 60 | 86 | 68 | 1C | 0 | 16 | 2F | 85 | 11 | 2D |
| Octal | 140 | 206 | 150 | 34 | 0 | 26 | 57 | 205 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1101000 | 11100 | 0 | 10110 | 101111 | 10000101 | 10001 | 101101 |
Color Harmonies of #608668
Complementary color
Monochromatic Colors of #608668
Black with #608668
Text Example
Text Example
White with #608668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608668; }
p { color: rgb(96,134,104); }
H1.HeaderClassName
{
color: #608668;
}
.AnyTagClassName
{
color: #608668;
}
</style>
background-color css
<style>
a { background-color: #608668; }
a { background-color: rgb(96,134,104); }
div.DivClassName
{
background-color: #608668;
}
.BgClassName
{
background-color: #608668;
}
</style>
border-color css
<style>
span { border-color: #608668; }
span { border-color: rgb(96,134,104); }
td.TdClassName
{
border-color: #608668;
}
.TagClassName
{
border-color: #608668;
}
</style>