Shades of Laurel #66946E
Tints of Laurel #66946E
RGB
CMYK
RGB Variations
Color information
#66946E (or 0x66946E) is known color: Laurel. HEX triplet: 66, 94 and 6E. RGB value is (102,148,110). Sum of RGB (Red+Green+Blue) = 102+148+110=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #66946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66946E is #996B91. Grayscale: #828282. Windows color (decimal): -10054546 or 7246950. OLE color: 7246950.
HSL color Cylindrical-coordinate representation of color #66946E: hue angle of 130.43º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66946E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 110 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.42 |
| HSL | 130.43º | 0.18% | 0.49% | - |
| HSV(B) | 130.43º | 0.31% | 0.58% | - |
| XYZ | 18.88 | 25.13 | 18.61 | - |
| YUV | 129.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 110 | 0.31 | 0 | 0.26 | 0.42 | 130.43 | 0.18 | 0.49 |
| Hex | 66 | 94 | 6E | 1F | 0 | 1A | 2A | 82 | 12 | 31 |
| Octal | 146 | 224 | 156 | 37 | 0 | 32 | 52 | 202 | 22 | 61 |
| Binary | 1100110 | 10010100 | 1101110 | 11111 | 0 | 11010 | 101010 | 10000010 | 10010 | 110001 |
Color Harmonies of #66946E
Complementary color
Monochromatic Colors of #66946E
Black with #66946E
Text Example
Text Example
White with #66946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66946E; }
p { color: rgb(102,148,110); }
H1.HeaderClassName
{
color: #66946E;
}
.AnyTagClassName
{
color: #66946E;
}
</style>
background-color css
<style>
a { background-color: #66946E; }
a { background-color: rgb(102,148,110); }
div.DivClassName
{
background-color: #66946E;
}
.BgClassName
{
background-color: #66946E;
}
</style>
border-color css
<style>
span { border-color: #66946E; }
span { border-color: rgb(102,148,110); }
td.TdClassName
{
border-color: #66946E;
}
.TagClassName
{
border-color: #66946E;
}
</style>