Shades of Laurel #66966A
Tints of Laurel #66966A
RGB
CMYK
RGB Variations
Color information
#66966A (or 0x66966A) is known color: Laurel. HEX triplet: 66, 96 and 6A. RGB value is (102,150,106). Sum of RGB (Red+Green+Blue) = 102+150+106=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #66966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66966A is #996995. Grayscale: #828282. Windows color (decimal): -10054038 or 6985318. OLE color: 6985318.
HSL color Cylindrical-coordinate representation of color #66966A: hue angle of 125º 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 #66966A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 106 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.41 |
| HSL | 125º | 0.19% | 0.49% | - |
| HSV(B) | 125º | 0.32% | 0.59% | - |
| XYZ | 18.99 | 25.68 | 17.59 | - |
| YUV | 130.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 106 | 0.32 | 0 | 0.29 | 0.41 | 125 | 0.19 | 0.49 |
| Hex | 66 | 96 | 6A | 20 | 0 | 1D | 29 | 7D | 13 | 31 |
| Octal | 146 | 226 | 152 | 40 | 0 | 35 | 51 | 175 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1101010 | 100000 | 0 | 11101 | 101001 | 1111101 | 10011 | 110001 |
Color Harmonies of #66966A
Complementary color
Monochromatic Colors of #66966A
Black with #66966A
Text Example
Text Example
White with #66966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66966A; }
p { color: rgb(102,150,106); }
H1.HeaderClassName
{
color: #66966A;
}
.AnyTagClassName
{
color: #66966A;
}
</style>
background-color css
<style>
a { background-color: #66966A; }
a { background-color: rgb(102,150,106); }
div.DivClassName
{
background-color: #66966A;
}
.BgClassName
{
background-color: #66966A;
}
</style>
border-color css
<style>
span { border-color: #66966A; }
span { border-color: rgb(102,150,106); }
td.TdClassName
{
border-color: #66966A;
}
.TagClassName
{
border-color: #66966A;
}
</style>