Shades of Laurel #66876E
Tints of Laurel #66876E
RGB
CMYK
RGB Variations
Color information
#66876E (or 0x66876E) is known color: Laurel. HEX triplet: 66, 87 and 6E. RGB value is (102,135,110). Sum of RGB (Red+Green+Blue) = 102+135+110=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #66876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876E is #997891. Grayscale: #7A7A7A. Windows color (decimal): -10057874 or 7243622. OLE color: 7243622.
HSL color Cylindrical-coordinate representation of color #66876E: hue angle of 134.55º 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 #66876E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 110 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.47 |
| HSL | 134.55º | 0.14% | 0.46% | - |
| HSV(B) | 134.55º | 0.24% | 0.53% | - |
| XYZ | 16.96 | 21.28 | 17.97 | - |
| YUV | 122.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 110 | 0.24 | 0 | 0.19 | 0.47 | 134.55 | 0.14 | 0.46 |
| Hex | 66 | 87 | 6E | 18 | 0 | 13 | 2F | 87 | E | 2E |
| Octal | 146 | 207 | 156 | 30 | 0 | 23 | 57 | 207 | 16 | 56 |
| Binary | 1100110 | 10000111 | 1101110 | 11000 | 0 | 10011 | 101111 | 10000111 | 1110 | 101110 |
Color Harmonies of #66876E
Complementary color
Monochromatic Colors of #66876E
Black with #66876E
Text Example
Text Example
White with #66876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66876E; }
p { color: rgb(102,135,110); }
H1.HeaderClassName
{
color: #66876E;
}
.AnyTagClassName
{
color: #66876E;
}
</style>
background-color css
<style>
a { background-color: #66876E; }
a { background-color: rgb(102,135,110); }
div.DivClassName
{
background-color: #66876E;
}
.BgClassName
{
background-color: #66876E;
}
</style>
border-color css
<style>
span { border-color: #66876E; }
span { border-color: rgb(102,135,110); }
td.TdClassName
{
border-color: #66876E;
}
.TagClassName
{
border-color: #66876E;
}
</style>