Shades of Laurel #608964
Tints of Laurel #608964
RGB
CMYK
RGB Variations
Color information
#608964 (or 0x608964) is known color: Laurel. HEX triplet: 60, 89 and 64. RGB value is (96,137,100). Sum of RGB (Red+Green+Blue) = 96+137+100=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #608964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608964 is #9F769B. Grayscale: #787878. Windows color (decimal): -10450588 or 6588768. OLE color: 6588768.
HSL color Cylindrical-coordinate representation of color #608964: hue angle of 125.85º 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 #608964 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 100 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.46 |
| HSL | 125.85º | 0.18% | 0.46% | - |
| HSV(B) | 125.85º | 0.3% | 0.54% | - |
| XYZ | 16.07 | 21.3 | 15.32 | - |
| YUV | 120.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 100 | 0.30 | 0 | 0.27 | 0.46 | 125.85 | 0.18 | 0.46 |
| Hex | 60 | 89 | 64 | 1E | 0 | 1B | 2E | 7E | 12 | 2E |
| Octal | 140 | 211 | 144 | 36 | 0 | 33 | 56 | 176 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1100100 | 11110 | 0 | 11011 | 101110 | 1111110 | 10010 | 101110 |
Color Harmonies of #608964
Complementary color
Monochromatic Colors of #608964
Black with #608964
Text Example
Text Example
White with #608964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608964; }
p { color: rgb(96,137,100); }
H1.HeaderClassName
{
color: #608964;
}
.AnyTagClassName
{
color: #608964;
}
</style>
background-color css
<style>
a { background-color: #608964; }
a { background-color: rgb(96,137,100); }
div.DivClassName
{
background-color: #608964;
}
.BgClassName
{
background-color: #608964;
}
</style>
border-color css
<style>
span { border-color: #608964; }
span { border-color: rgb(96,137,100); }
td.TdClassName
{
border-color: #608964;
}
.TagClassName
{
border-color: #608964;
}
</style>