Shades of Laurel #66916F
Tints of Laurel #66916F
RGB
CMYK
RGB Variations
Color information
#66916F (or 0x66916F) is known color: Laurel. HEX triplet: 66, 91 and 6F. RGB value is (102,145,111). Sum of RGB (Red+Green+Blue) = 102+145+111=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #66916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66916F is #996E90. Grayscale: #808080. Windows color (decimal): -10055313 or 7311718. OLE color: 7311718.
HSL color Cylindrical-coordinate representation of color #66916F: hue angle of 132.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66916F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 111 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.43 |
| HSL | 132.56º | 0.17% | 0.48% | - |
| HSV(B) | 132.56º | 0.3% | 0.57% | - |
| XYZ | 18.47 | 24.22 | 18.74 | - |
| YUV | 128.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 111 | 0.30 | 0 | 0.23 | 0.43 | 132.56 | 0.17 | 0.48 |
| Hex | 66 | 91 | 6F | 1E | 0 | 17 | 2B | 85 | 11 | 30 |
| Octal | 146 | 221 | 157 | 36 | 0 | 27 | 53 | 205 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1101111 | 11110 | 0 | 10111 | 101011 | 10000101 | 10001 | 110000 |
Color Harmonies of #66916F
Complementary color
Monochromatic Colors of #66916F
Black with #66916F
Text Example
Text Example
White with #66916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66916F; }
p { color: rgb(102,145,111); }
H1.HeaderClassName
{
color: #66916F;
}
.AnyTagClassName
{
color: #66916F;
}
</style>
background-color css
<style>
a { background-color: #66916F; }
a { background-color: rgb(102,145,111); }
div.DivClassName
{
background-color: #66916F;
}
.BgClassName
{
background-color: #66916F;
}
</style>
border-color css
<style>
span { border-color: #66916F; }
span { border-color: rgb(102,145,111); }
td.TdClassName
{
border-color: #66916F;
}
.TagClassName
{
border-color: #66916F;
}
</style>