Shades of Laurel #669A66
Tints of Laurel #669A66
RGB
CMYK
RGB Variations
Color information
#669A66 (or 0x669A66) is known color: Laurel. HEX triplet: 66, 9A and 66. RGB value is (102,154,102). Sum of RGB (Red+Green+Blue) = 102+154+102=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #669A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A66 is #996599. Grayscale: #848484. Windows color (decimal): -10053018 or 6724198. OLE color: 6724198.
HSL color Cylindrical-coordinate representation of color #669A66: 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.34%. Process color model (Four color, CMYK) of #669A66 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 102 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.40 |
| HSL | 120º | 0.2% | 0.5% | - |
| HSV(B) | 120º | 0.34% | 0.6% | - |
| XYZ | 19.43 | 26.9 | 16.74 | - |
| YUV | 132.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 102 | 0.34 | 0 | 0.34 | 0.40 | 120 | 0.2 | 0.5 |
| Hex | 66 | 9A | 66 | 22 | 0 | 22 | 28 | 78 | 14 | 32 |
| Octal | 146 | 232 | 146 | 42 | 0 | 42 | 50 | 170 | 24 | 62 |
| Binary | 1100110 | 10011010 | 1100110 | 100010 | 0 | 100010 | 101000 | 1111000 | 10100 | 110010 |
Color Harmonies of #669A66
Complementary color
Monochromatic Colors of #669A66
Black with #669A66
Text Example
Text Example
White with #669A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A66; }
p { color: rgb(102,154,102); }
H1.HeaderClassName
{
color: #669A66;
}
.AnyTagClassName
{
color: #669A66;
}
</style>
background-color css
<style>
a { background-color: #669A66; }
a { background-color: rgb(102,154,102); }
div.DivClassName
{
background-color: #669A66;
}
.BgClassName
{
background-color: #669A66;
}
</style>
border-color css
<style>
span { border-color: #669A66; }
span { border-color: rgb(102,154,102); }
td.TdClassName
{
border-color: #669A66;
}
.TagClassName
{
border-color: #669A66;
}
</style>