Shades of Laurel #66996D
Tints of Laurel #66996D
RGB
CMYK
RGB Variations
Color information
#66996D (or 0x66996D) is known color: Laurel. HEX triplet: 66, 99 and 6D. RGB value is (102,153,109). Sum of RGB (Red+Green+Blue) = 102+153+109=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #66996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66996D is #996692. Grayscale: #848484. Windows color (decimal): -10053267 or 7182694. OLE color: 7182694.
HSL color Cylindrical-coordinate representation of color #66996D: hue angle of 128.24º 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 #66996D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 109 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.4 |
| HSL | 128.24º | 0.2% | 0.5% | - |
| HSV(B) | 128.24º | 0.33% | 0.6% | - |
| XYZ | 19.63 | 26.71 | 18.59 | - |
| YUV | 132.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 109 | 0.33 | 0 | 0.29 | 0.4 | 128.24 | 0.2 | 0.5 |
| Hex | 66 | 99 | 6D | 21 | 0 | 1D | 28 | 80 | 14 | 32 |
| Octal | 146 | 231 | 155 | 41 | 0 | 35 | 50 | 200 | 24 | 62 |
| Binary | 1100110 | 10011001 | 1101101 | 100001 | 0 | 11101 | 101000 | 10000000 | 10100 | 110010 |
Color Harmonies of #66996D
Complementary color
Monochromatic Colors of #66996D
Black with #66996D
Text Example
Text Example
White with #66996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66996D; }
p { color: rgb(102,153,109); }
H1.HeaderClassName
{
color: #66996D;
}
.AnyTagClassName
{
color: #66996D;
}
</style>
background-color css
<style>
a { background-color: #66996D; }
a { background-color: rgb(102,153,109); }
div.DivClassName
{
background-color: #66996D;
}
.BgClassName
{
background-color: #66996D;
}
</style>
border-color css
<style>
span { border-color: #66996D; }
span { border-color: rgb(102,153,109); }
td.TdClassName
{
border-color: #66996D;
}
.TagClassName
{
border-color: #66996D;
}
</style>