Shades of Laurel #669669
Tints of Laurel #669669
RGB
CMYK
RGB Variations
Color information
#669669 (or 0x669669) is known color: Laurel. HEX triplet: 66, 96 and 69. RGB value is (102,150,105). Sum of RGB (Red+Green+Blue) = 102+150+105=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #669669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669669 is #996996. Grayscale: #828282. Windows color (decimal): -10054039 or 6919782. OLE color: 6919782.
HSL color Cylindrical-coordinate representation of color #669669: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669669 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 105 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.41 |
| HSL | 123.75º | 0.19% | 0.49% | - |
| HSV(B) | 123.75º | 0.32% | 0.59% | - |
| XYZ | 18.94 | 25.66 | 17.32 | - |
| YUV | 130.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 105 | 0.32 | 0 | 0.30 | 0.41 | 123.75 | 0.19 | 0.49 |
| Hex | 66 | 96 | 69 | 20 | 0 | 1E | 29 | 7C | 13 | 31 |
| Octal | 146 | 226 | 151 | 40 | 0 | 36 | 51 | 174 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1101001 | 100000 | 0 | 11110 | 101001 | 1111100 | 10011 | 110001 |
Color Harmonies of #669669
Complementary color
Monochromatic Colors of #669669
Black with #669669
Text Example
Text Example
White with #669669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669669; }
p { color: rgb(102,150,105); }
H1.HeaderClassName
{
color: #669669;
}
.AnyTagClassName
{
color: #669669;
}
</style>
background-color css
<style>
a { background-color: #669669; }
a { background-color: rgb(102,150,105); }
div.DivClassName
{
background-color: #669669;
}
.BgClassName
{
background-color: #669669;
}
</style>
border-color css
<style>
span { border-color: #669669; }
span { border-color: rgb(102,150,105); }
td.TdClassName
{
border-color: #669669;
}
.TagClassName
{
border-color: #669669;
}
</style>