Shades of Laurel #66876D
Tints of Laurel #66876D
RGB
CMYK
RGB Variations
Color information
#66876D (or 0x66876D) is known color: Laurel. HEX triplet: 66, 87 and 6D. RGB value is (102,135,109). Sum of RGB (Red+Green+Blue) = 102+135+109=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #66876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876D is #997892. Grayscale: #7A7A7A. Windows color (decimal): -10057875 or 7178086. OLE color: 7178086.
HSL color Cylindrical-coordinate representation of color #66876D: hue angle of 132.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66876D is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 109 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.47 |
| HSL | 132.73º | 0.14% | 0.46% | - |
| HSV(B) | 132.73º | 0.24% | 0.53% | - |
| XYZ | 16.9 | 21.26 | 17.68 | - |
| YUV | 122.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 109 | 0.24 | 0 | 0.19 | 0.47 | 132.73 | 0.14 | 0.46 |
| Hex | 66 | 87 | 6D | 18 | 0 | 13 | 2F | 85 | E | 2E |
| Octal | 146 | 207 | 155 | 30 | 0 | 23 | 57 | 205 | 16 | 56 |
| Binary | 1100110 | 10000111 | 1101101 | 11000 | 0 | 10011 | 101111 | 10000101 | 1110 | 101110 |
Color Harmonies of #66876D
Complementary color
Monochromatic Colors of #66876D
Black with #66876D
Text Example
Text Example
White with #66876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66876D; }
p { color: rgb(102,135,109); }
H1.HeaderClassName
{
color: #66876D;
}
.AnyTagClassName
{
color: #66876D;
}
</style>
background-color css
<style>
a { background-color: #66876D; }
a { background-color: rgb(102,135,109); }
div.DivClassName
{
background-color: #66876D;
}
.BgClassName
{
background-color: #66876D;
}
</style>
border-color css
<style>
span { border-color: #66876D; }
span { border-color: rgb(102,135,109); }
td.TdClassName
{
border-color: #66876D;
}
.TagClassName
{
border-color: #66876D;
}
</style>