Shades of Laurel #66906C
Tints of Laurel #66906C
RGB
CMYK
RGB Variations
Color information
#66906C (or 0x66906C) is known color: Laurel. HEX triplet: 66, 90 and 6C. RGB value is (102,144,108). Sum of RGB (Red+Green+Blue) = 102+144+108=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #66906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66906C is #996F93. Grayscale: #7F7F7F. Windows color (decimal): -10055572 or 7114854. OLE color: 7114854.
HSL color Cylindrical-coordinate representation of color #66906C: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66906C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 108 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.44 |
| HSL | 128.57º | 0.17% | 0.48% | - |
| HSV(B) | 128.57º | 0.29% | 0.56% | - |
| XYZ | 18.16 | 23.85 | 17.83 | - |
| YUV | 127.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 108 | 0.29 | 0 | 0.25 | 0.44 | 128.57 | 0.17 | 0.48 |
| Hex | 66 | 90 | 6C | 1D | 0 | 19 | 2C | 81 | 11 | 30 |
| Octal | 146 | 220 | 154 | 35 | 0 | 31 | 54 | 201 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1101100 | 11101 | 0 | 11001 | 101100 | 10000001 | 10001 | 110000 |
Color Harmonies of #66906C
Complementary color
Monochromatic Colors of #66906C
Black with #66906C
Text Example
Text Example
White with #66906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66906C; }
p { color: rgb(102,144,108); }
H1.HeaderClassName
{
color: #66906C;
}
.AnyTagClassName
{
color: #66906C;
}
</style>
background-color css
<style>
a { background-color: #66906C; }
a { background-color: rgb(102,144,108); }
div.DivClassName
{
background-color: #66906C;
}
.BgClassName
{
background-color: #66906C;
}
</style>
border-color css
<style>
span { border-color: #66906C; }
span { border-color: rgb(102,144,108); }
td.TdClassName
{
border-color: #66906C;
}
.TagClassName
{
border-color: #66906C;
}
</style>