Shades of Laurel #608B6C
Tints of Laurel #608B6C
RGB
CMYK
RGB Variations
Color information
#608B6C (or 0x608B6C) is known color: Laurel. HEX triplet: 60, 8B and 6C. RGB value is (96,139,108). Sum of RGB (Red+Green+Blue) = 96+139+108=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #608B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B6C is #9F7493. Grayscale: #7A7A7A. Windows color (decimal): -10450068 or 7113568. OLE color: 7113568.
HSL color Cylindrical-coordinate representation of color #608B6C: hue angle of 136.74º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B6C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 108 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.45 |
| HSL | 136.74º | 0.18% | 0.46% | - |
| HSV(B) | 136.74º | 0.31% | 0.55% | - |
| XYZ | 16.76 | 22.03 | 17.56 | - |
| YUV | 122.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 108 | 0.31 | 0 | 0.22 | 0.45 | 136.74 | 0.18 | 0.46 |
| Hex | 60 | 8B | 6C | 1F | 0 | 16 | 2D | 89 | 12 | 2E |
| Octal | 140 | 213 | 154 | 37 | 0 | 26 | 55 | 211 | 22 | 56 |
| Binary | 1100000 | 10001011 | 1101100 | 11111 | 0 | 10110 | 101101 | 10001001 | 10010 | 101110 |
Color Harmonies of #608B6C
Complementary color
Monochromatic Colors of #608B6C
Black with #608B6C
Text Example
Text Example
White with #608B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B6C; }
p { color: rgb(96,139,108); }
H1.HeaderClassName
{
color: #608B6C;
}
.AnyTagClassName
{
color: #608B6C;
}
</style>
background-color css
<style>
a { background-color: #608B6C; }
a { background-color: rgb(96,139,108); }
div.DivClassName
{
background-color: #608B6C;
}
.BgClassName
{
background-color: #608B6C;
}
</style>
border-color css
<style>
span { border-color: #608B6C; }
span { border-color: rgb(96,139,108); }
td.TdClassName
{
border-color: #608B6C;
}
.TagClassName
{
border-color: #608B6C;
}
</style>