Shades of Laurel #608E6B
Tints of Laurel #608E6B
RGB
CMYK
RGB Variations
Color information
#608E6B (or 0x608E6B) is known color: Laurel. HEX triplet: 60, 8E and 6B. RGB value is (96,142,107). Sum of RGB (Red+Green+Blue) = 96+142+107=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #608E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E6B is #9F7194. Grayscale: #7C7C7C. Windows color (decimal): -10449301 or 7048800. OLE color: 7048800.
HSL color Cylindrical-coordinate representation of color #608E6B: hue angle of 134.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E6B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 107 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.44 |
| HSL | 134.35º | 0.19% | 0.47% | - |
| HSV(B) | 134.35º | 0.32% | 0.56% | - |
| XYZ | 17.15 | 22.89 | 17.43 | - |
| YUV | 124.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 107 | 0.32 | 0 | 0.25 | 0.44 | 134.35 | 0.19 | 0.47 |
| Hex | 60 | 8E | 6B | 20 | 0 | 19 | 2C | 86 | 13 | 2F |
| Octal | 140 | 216 | 153 | 40 | 0 | 31 | 54 | 206 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1101011 | 100000 | 0 | 11001 | 101100 | 10000110 | 10011 | 101111 |
Color Harmonies of #608E6B
Complementary color
Monochromatic Colors of #608E6B
Black with #608E6B
Text Example
Text Example
White with #608E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E6B; }
p { color: rgb(96,142,107); }
H1.HeaderClassName
{
color: #608E6B;
}
.AnyTagClassName
{
color: #608E6B;
}
</style>
background-color css
<style>
a { background-color: #608E6B; }
a { background-color: rgb(96,142,107); }
div.DivClassName
{
background-color: #608E6B;
}
.BgClassName
{
background-color: #608E6B;
}
</style>
border-color css
<style>
span { border-color: #608E6B; }
span { border-color: rgb(96,142,107); }
td.TdClassName
{
border-color: #608E6B;
}
.TagClassName
{
border-color: #608E6B;
}
</style>