Shades of Laurel #608965
Tints of Laurel #608965
RGB
CMYK
RGB Variations
Color information
#608965 (or 0x608965) is known color: Laurel. HEX triplet: 60, 89 and 65. RGB value is (96,137,101). Sum of RGB (Red+Green+Blue) = 96+137+101=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #608965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608965 is #9F769A. Grayscale: #787878. Windows color (decimal): -10450587 or 6654304. OLE color: 6654304.
HSL color Cylindrical-coordinate representation of color #608965: hue angle of 127.32º 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 #608965 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 101 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.46 |
| HSL | 127.32º | 0.18% | 0.46% | - |
| HSV(B) | 127.32º | 0.3% | 0.54% | - |
| XYZ | 16.12 | 21.32 | 15.58 | - |
| YUV | 120.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 101 | 0.30 | 0 | 0.26 | 0.46 | 127.32 | 0.18 | 0.46 |
| Hex | 60 | 89 | 65 | 1E | 0 | 1A | 2E | 7F | 12 | 2E |
| Octal | 140 | 211 | 145 | 36 | 0 | 32 | 56 | 177 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1100101 | 11110 | 0 | 11010 | 101110 | 1111111 | 10010 | 101110 |
Color Harmonies of #608965
Complementary color
Monochromatic Colors of #608965
Black with #608965
Text Example
Text Example
White with #608965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608965; }
p { color: rgb(96,137,101); }
H1.HeaderClassName
{
color: #608965;
}
.AnyTagClassName
{
color: #608965;
}
</style>
background-color css
<style>
a { background-color: #608965; }
a { background-color: rgb(96,137,101); }
div.DivClassName
{
background-color: #608965;
}
.BgClassName
{
background-color: #608965;
}
</style>
border-color css
<style>
span { border-color: #608965; }
span { border-color: rgb(96,137,101); }
td.TdClassName
{
border-color: #608965;
}
.TagClassName
{
border-color: #608965;
}
</style>