Shades of Laurel #66986B
Tints of Laurel #66986B
RGB
CMYK
RGB Variations
Color information
#66986B (or 0x66986B) is known color: Laurel. HEX triplet: 66, 98 and 6B. RGB value is (102,152,107). Sum of RGB (Red+Green+Blue) = 102+152+107=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #66986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986B is #996794. Grayscale: #848484. Windows color (decimal): -10053525 or 7051366. OLE color: 7051366.
HSL color Cylindrical-coordinate representation of color #66986B: hue angle of 126º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66986B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 107 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.40 |
| HSL | 126º | 0.2% | 0.5% | - |
| HSV(B) | 126º | 0.33% | 0.6% | - |
| XYZ | 19.36 | 26.34 | 17.97 | - |
| YUV | 131.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 107 | 0.33 | 0 | 0.30 | 0.40 | 126 | 0.2 | 0.5 |
| Hex | 66 | 98 | 6B | 21 | 0 | 1E | 28 | 7E | 14 | 32 |
| Octal | 146 | 230 | 153 | 41 | 0 | 36 | 50 | 176 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1101011 | 100001 | 0 | 11110 | 101000 | 1111110 | 10100 | 110010 |
Color Harmonies of #66986B
Complementary color
Monochromatic Colors of #66986B
Black with #66986B
Text Example
Text Example
White with #66986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66986B; }
p { color: rgb(102,152,107); }
H1.HeaderClassName
{
color: #66986B;
}
.AnyTagClassName
{
color: #66986B;
}
</style>
background-color css
<style>
a { background-color: #66986B; }
a { background-color: rgb(102,152,107); }
div.DivClassName
{
background-color: #66986B;
}
.BgClassName
{
background-color: #66986B;
}
</style>
border-color css
<style>
span { border-color: #66986B; }
span { border-color: rgb(102,152,107); }
td.TdClassName
{
border-color: #66986B;
}
.TagClassName
{
border-color: #66986B;
}
</style>