Shades of Laurel #608F6C
Tints of Laurel #608F6C
RGB
CMYK
RGB Variations
Color information
#608F6C (or 0x608F6C) is known color: Laurel. HEX triplet: 60, 8F and 6C. RGB value is (96,143,108). Sum of RGB (Red+Green+Blue) = 96+143+108=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #608F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F6C is #9F7093. Grayscale: #7D7D7D. Windows color (decimal): -10449044 or 7114592. OLE color: 7114592.
HSL color Cylindrical-coordinate representation of color #608F6C: hue angle of 135.32º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608F6C is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 143 | 108 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.44 |
| HSL | 135.32º | 0.2% | 0.47% | - |
| HSV(B) | 135.32º | 0.33% | 0.56% | - |
| XYZ | 17.35 | 23.21 | 17.75 | - |
| YUV | 124.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 108 | 0.33 | 0 | 0.24 | 0.44 | 135.32 | 0.2 | 0.47 |
| Hex | 60 | 8F | 6C | 21 | 0 | 18 | 2C | 87 | 14 | 2F |
| Octal | 140 | 217 | 154 | 41 | 0 | 30 | 54 | 207 | 24 | 57 |
| Binary | 1100000 | 10001111 | 1101100 | 100001 | 0 | 11000 | 101100 | 10000111 | 10100 | 101111 |
Color Harmonies of #608F6C
Complementary color
Monochromatic Colors of #608F6C
Black with #608F6C
Text Example
Text Example
White with #608F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608F6C; }
p { color: rgb(96,143,108); }
H1.HeaderClassName
{
color: #608F6C;
}
.AnyTagClassName
{
color: #608F6C;
}
</style>
background-color css
<style>
a { background-color: #608F6C; }
a { background-color: rgb(96,143,108); }
div.DivClassName
{
background-color: #608F6C;
}
.BgClassName
{
background-color: #608F6C;
}
</style>
border-color css
<style>
span { border-color: #608F6C; }
span { border-color: rgb(96,143,108); }
td.TdClassName
{
border-color: #608F6C;
}
.TagClassName
{
border-color: #608F6C;
}
</style>