Shades of Laurel #66986D
Tints of Laurel #66986D
RGB
CMYK
RGB Variations
Color information
#66986D (or 0x66986D) is known color: Laurel. HEX triplet: 66, 98 and 6D. RGB value is (102,152,109). Sum of RGB (Red+Green+Blue) = 102+152+109=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #66986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986D is #996792. Grayscale: #848484. Windows color (decimal): -10053523 or 7182438. OLE color: 7182438.
HSL color Cylindrical-coordinate representation of color #66986D: hue angle of 128.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66986D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 109 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.40 |
| HSL | 128.4º | 0.2% | 0.5% | - |
| HSV(B) | 128.4º | 0.33% | 0.6% | - |
| XYZ | 19.47 | 26.39 | 18.53 | - |
| YUV | 132.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 109 | 0.33 | 0 | 0.28 | 0.40 | 128.4 | 0.2 | 0.5 |
| Hex | 66 | 98 | 6D | 21 | 0 | 1C | 28 | 80 | 14 | 32 |
| Octal | 146 | 230 | 155 | 41 | 0 | 34 | 50 | 200 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1101101 | 100001 | 0 | 11100 | 101000 | 10000000 | 10100 | 110010 |
Color Harmonies of #66986D
Complementary color
Monochromatic Colors of #66986D
Black with #66986D
Text Example
Text Example
White with #66986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66986D; }
p { color: rgb(102,152,109); }
H1.HeaderClassName
{
color: #66986D;
}
.AnyTagClassName
{
color: #66986D;
}
</style>
background-color css
<style>
a { background-color: #66986D; }
a { background-color: rgb(102,152,109); }
div.DivClassName
{
background-color: #66986D;
}
.BgClassName
{
background-color: #66986D;
}
</style>
border-color css
<style>
span { border-color: #66986D; }
span { border-color: rgb(102,152,109); }
td.TdClassName
{
border-color: #66986D;
}
.TagClassName
{
border-color: #66986D;
}
</style>