Shades of Laurel #60876A
Tints of Laurel #60876A
RGB
CMYK
RGB Variations
Color information
#60876A (or 0x60876A) is known color: Laurel. HEX triplet: 60, 87 and 6A. RGB value is (96,135,106). Sum of RGB (Red+Green+Blue) = 96+135+106=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #60876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60876A is #9F7895. Grayscale: #787878. Windows color (decimal): -10451094 or 6981472. OLE color: 6981472.
HSL color Cylindrical-coordinate representation of color #60876A: hue angle of 135.38º 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 #60876A is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 106 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.47 |
| HSL | 135.38º | 0.17% | 0.45% | - |
| HSV(B) | 135.38º | 0.29% | 0.53% | - |
| XYZ | 16.09 | 20.86 | 16.81 | - |
| YUV | 120.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 106 | 0.29 | 0 | 0.21 | 0.47 | 135.38 | 0.17 | 0.45 |
| Hex | 60 | 87 | 6A | 1D | 0 | 15 | 2F | 87 | 11 | 2D |
| Octal | 140 | 207 | 152 | 35 | 0 | 25 | 57 | 207 | 21 | 55 |
| Binary | 1100000 | 10000111 | 1101010 | 11101 | 0 | 10101 | 101111 | 10000111 | 10001 | 101101 |
Color Harmonies of #60876A
Complementary color
Monochromatic Colors of #60876A
Black with #60876A
Text Example
Text Example
White with #60876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60876A; }
p { color: rgb(96,135,106); }
H1.HeaderClassName
{
color: #60876A;
}
.AnyTagClassName
{
color: #60876A;
}
</style>
background-color css
<style>
a { background-color: #60876A; }
a { background-color: rgb(96,135,106); }
div.DivClassName
{
background-color: #60876A;
}
.BgClassName
{
background-color: #60876A;
}
</style>
border-color css
<style>
span { border-color: #60876A; }
span { border-color: rgb(96,135,106); }
td.TdClassName
{
border-color: #60876A;
}
.TagClassName
{
border-color: #60876A;
}
</style>