Shades of Laurel #669F66
Tints of Laurel #669F66
RGB
CMYK
RGB Variations
Color information
#669F66 (or 0x669F66) is known color: Laurel. HEX triplet: 66, 9F and 66. RGB value is (102,159,102). Sum of RGB (Red+Green+Blue) = 102+159+102=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #669F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F66 is #996099. Grayscale: #878787. Windows color (decimal): -10051738 or 6725478. OLE color: 6725478.
HSL color Cylindrical-coordinate representation of color #669F66: hue angle of 120º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F66 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 102 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.38 |
| HSL | 120º | 0.23% | 0.51% | - |
| HSV(B) | 120º | 0.36% | 0.62% | - |
| XYZ | 20.28 | 28.58 | 17.02 | - |
| YUV | 135.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 102 | 0.36 | 0 | 0.36 | 0.38 | 120 | 0.23 | 0.51 |
| Hex | 66 | 9F | 66 | 24 | 0 | 24 | 26 | 78 | 17 | 33 |
| Octal | 146 | 237 | 146 | 44 | 0 | 44 | 46 | 170 | 27 | 63 |
| Binary | 1100110 | 10011111 | 1100110 | 100100 | 0 | 100100 | 100110 | 1111000 | 10111 | 110011 |
Color Harmonies of #669F66
Complementary color
Monochromatic Colors of #669F66
Black with #669F66
Text Example
Text Example
White with #669F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F66; }
p { color: rgb(102,159,102); }
H1.HeaderClassName
{
color: #669F66;
}
.AnyTagClassName
{
color: #669F66;
}
</style>
background-color css
<style>
a { background-color: #669F66; }
a { background-color: rgb(102,159,102); }
div.DivClassName
{
background-color: #669F66;
}
.BgClassName
{
background-color: #669F66;
}
</style>
border-color css
<style>
span { border-color: #669F66; }
span { border-color: rgb(102,159,102); }
td.TdClassName
{
border-color: #669F66;
}
.TagClassName
{
border-color: #669F66;
}
</style>