Shades of Laurel #669866
Tints of Laurel #669866
RGB
CMYK
RGB Variations
Color information
#669866 (or 0x669866) is known color: Laurel. HEX triplet: 66, 98 and 66. RGB value is (102,152,102). Sum of RGB (Red+Green+Blue) = 102+152+102=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #669866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669866 is #996799. Grayscale: #838383. Windows color (decimal): -10053530 or 6723686. OLE color: 6723686.
HSL color Cylindrical-coordinate representation of color #669866: hue angle of 120º 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 #669866 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 102 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.40 |
| HSL | 120º | 0.2% | 0.5% | - |
| HSV(B) | 120º | 0.33% | 0.6% | - |
| XYZ | 19.11 | 26.24 | 16.63 | - |
| YUV | 131.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 102 | 0.33 | 0 | 0.33 | 0.40 | 120 | 0.2 | 0.5 |
| Hex | 66 | 98 | 66 | 21 | 0 | 21 | 28 | 78 | 14 | 32 |
| Octal | 146 | 230 | 146 | 41 | 0 | 41 | 50 | 170 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1100110 | 100001 | 0 | 100001 | 101000 | 1111000 | 10100 | 110010 |
Color Harmonies of #669866
Complementary color
Monochromatic Colors of #669866
Black with #669866
Text Example
Text Example
White with #669866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669866; }
p { color: rgb(102,152,102); }
H1.HeaderClassName
{
color: #669866;
}
.AnyTagClassName
{
color: #669866;
}
</style>
background-color css
<style>
a { background-color: #669866; }
a { background-color: rgb(102,152,102); }
div.DivClassName
{
background-color: #669866;
}
.BgClassName
{
background-color: #669866;
}
</style>
border-color css
<style>
span { border-color: #669866; }
span { border-color: rgb(102,152,102); }
td.TdClassName
{
border-color: #669866;
}
.TagClassName
{
border-color: #669866;
}
</style>