Shades of Laurel #66966B
Tints of Laurel #66966B
RGB
CMYK
RGB Variations
Color information
#66966B (or 0x66966B) is known color: Laurel. HEX triplet: 66, 96 and 6B. RGB value is (102,150,107). Sum of RGB (Red+Green+Blue) = 102+150+107=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #66966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66966B is #996994. Grayscale: #828282. Windows color (decimal): -10054037 or 7050854. OLE color: 7050854.
HSL color Cylindrical-coordinate representation of color #66966B: hue angle of 126.25º 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 #66966B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 107 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.41 |
| HSL | 126.25º | 0.19% | 0.49% | - |
| HSV(B) | 126.25º | 0.32% | 0.59% | - |
| XYZ | 19.04 | 25.7 | 17.87 | - |
| YUV | 130.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 107 | 0.32 | 0 | 0.29 | 0.41 | 126.25 | 0.19 | 0.49 |
| Hex | 66 | 96 | 6B | 20 | 0 | 1D | 29 | 7E | 13 | 31 |
| Octal | 146 | 226 | 153 | 40 | 0 | 35 | 51 | 176 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1101011 | 100000 | 0 | 11101 | 101001 | 1111110 | 10011 | 110001 |
Color Harmonies of #66966B
Complementary color
Monochromatic Colors of #66966B
Black with #66966B
Text Example
Text Example
White with #66966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66966B; }
p { color: rgb(102,150,107); }
H1.HeaderClassName
{
color: #66966B;
}
.AnyTagClassName
{
color: #66966B;
}
</style>
background-color css
<style>
a { background-color: #66966B; }
a { background-color: rgb(102,150,107); }
div.DivClassName
{
background-color: #66966B;
}
.BgClassName
{
background-color: #66966B;
}
</style>
border-color css
<style>
span { border-color: #66966B; }
span { border-color: rgb(102,150,107); }
td.TdClassName
{
border-color: #66966B;
}
.TagClassName
{
border-color: #66966B;
}
</style>