Shades of Laurel #608D64
Tints of Laurel #608D64
RGB
CMYK
RGB Variations
Color information
#608D64 (or 0x608D64) is known color: Laurel. HEX triplet: 60, 8D and 64. RGB value is (96,141,100). Sum of RGB (Red+Green+Blue) = 96+141+100=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #608D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D64 is #9F729B. Grayscale: #7A7A7A. Windows color (decimal): -10449564 or 6589792. OLE color: 6589792.
HSL color Cylindrical-coordinate representation of color #608D64: hue angle of 125.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D64 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 100 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.45 |
| HSL | 125.33º | 0.19% | 0.46% | - |
| HSV(B) | 125.33º | 0.32% | 0.55% | - |
| XYZ | 16.65 | 22.46 | 15.51 | - |
| YUV | 122.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 100 | 0.32 | 0 | 0.29 | 0.45 | 125.33 | 0.19 | 0.46 |
| Hex | 60 | 8D | 64 | 20 | 0 | 1D | 2D | 7D | 13 | 2E |
| Octal | 140 | 215 | 144 | 40 | 0 | 35 | 55 | 175 | 23 | 56 |
| Binary | 1100000 | 10001101 | 1100100 | 100000 | 0 | 11101 | 101101 | 1111101 | 10011 | 101110 |
Color Harmonies of #608D64
Complementary color
Monochromatic Colors of #608D64
Black with #608D64
Text Example
Text Example
White with #608D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D64; }
p { color: rgb(96,141,100); }
H1.HeaderClassName
{
color: #608D64;
}
.AnyTagClassName
{
color: #608D64;
}
</style>
background-color css
<style>
a { background-color: #608D64; }
a { background-color: rgb(96,141,100); }
div.DivClassName
{
background-color: #608D64;
}
.BgClassName
{
background-color: #608D64;
}
</style>
border-color css
<style>
span { border-color: #608D64; }
span { border-color: rgb(96,141,100); }
td.TdClassName
{
border-color: #608D64;
}
.TagClassName
{
border-color: #608D64;
}
</style>