Shades of Laurel #669366
Tints of Laurel #669366
RGB
CMYK
RGB Variations
Color information
#669366 (or 0x669366) is known color: Laurel. HEX triplet: 66, 93 and 66. RGB value is (102,147,102). Sum of RGB (Red+Green+Blue) = 102+147+102=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #669366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669366 is #996C99. Grayscale: #808080. Windows color (decimal): -10054810 or 6722406. OLE color: 6722406.
HSL color Cylindrical-coordinate representation of color #669366: hue angle of 120º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669366 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 102 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.42 |
| HSL | 120º | 0.18% | 0.49% | - |
| HSV(B) | 120º | 0.31% | 0.58% | - |
| XYZ | 18.31 | 24.65 | 16.36 | - |
| YUV | 128.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 102 | 0.31 | 0 | 0.31 | 0.42 | 120 | 0.18 | 0.49 |
| Hex | 66 | 93 | 66 | 1F | 0 | 1F | 2A | 78 | 12 | 31 |
| Octal | 146 | 223 | 146 | 37 | 0 | 37 | 52 | 170 | 22 | 61 |
| Binary | 1100110 | 10010011 | 1100110 | 11111 | 0 | 11111 | 101010 | 1111000 | 10010 | 110001 |
Color Harmonies of #669366
Complementary color
Monochromatic Colors of #669366
Black with #669366
Text Example
Text Example
White with #669366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669366; }
p { color: rgb(102,147,102); }
H1.HeaderClassName
{
color: #669366;
}
.AnyTagClassName
{
color: #669366;
}
</style>
background-color css
<style>
a { background-color: #669366; }
a { background-color: rgb(102,147,102); }
div.DivClassName
{
background-color: #669366;
}
.BgClassName
{
background-color: #669366;
}
</style>
border-color css
<style>
span { border-color: #669366; }
span { border-color: rgb(102,147,102); }
td.TdClassName
{
border-color: #669366;
}
.TagClassName
{
border-color: #669366;
}
</style>