Shades of Laurel #60886B
Tints of Laurel #60886B
RGB
CMYK
RGB Variations
Color information
#60886B (or 0x60886B) is known color: Laurel. HEX triplet: 60, 88 and 6B. RGB value is (96,136,107). Sum of RGB (Red+Green+Blue) = 96+136+107=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #60886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60886B is #9F7794. Grayscale: #787878. Windows color (decimal): -10450837 or 7047264. OLE color: 7047264.
HSL color Cylindrical-coordinate representation of color #60886B: hue angle of 136.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60886B is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 107 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.47 |
| HSL | 136.5º | 0.17% | 0.45% | - |
| HSV(B) | 136.5º | 0.29% | 0.53% | - |
| XYZ | 16.28 | 21.16 | 17.14 | - |
| YUV | 120.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 107 | 0.29 | 0 | 0.21 | 0.47 | 136.5 | 0.17 | 0.45 |
| Hex | 60 | 88 | 6B | 1D | 0 | 15 | 2F | 88 | 11 | 2D |
| Octal | 140 | 210 | 153 | 35 | 0 | 25 | 57 | 210 | 21 | 55 |
| Binary | 1100000 | 10001000 | 1101011 | 11101 | 0 | 10101 | 101111 | 10001000 | 10001 | 101101 |
Color Harmonies of #60886B
Complementary color
Monochromatic Colors of #60886B
Black with #60886B
Text Example
Text Example
White with #60886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60886B; }
p { color: rgb(96,136,107); }
H1.HeaderClassName
{
color: #60886B;
}
.AnyTagClassName
{
color: #60886B;
}
</style>
background-color css
<style>
a { background-color: #60886B; }
a { background-color: rgb(96,136,107); }
div.DivClassName
{
background-color: #60886B;
}
.BgClassName
{
background-color: #60886B;
}
</style>
border-color css
<style>
span { border-color: #60886B; }
span { border-color: rgb(96,136,107); }
td.TdClassName
{
border-color: #60886B;
}
.TagClassName
{
border-color: #60886B;
}
</style>