Shades of Laurel #66896B
Tints of Laurel #66896B
RGB
CMYK
RGB Variations
Color information
#66896B (or 0x66896B) is known color: Laurel. HEX triplet: 66, 89 and 6B. RGB value is (102,137,107). Sum of RGB (Red+Green+Blue) = 102+137+107=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #66896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66896B is #997694. Grayscale: #7B7B7B. Windows color (decimal): -10057365 or 7047526. OLE color: 7047526.
HSL color Cylindrical-coordinate representation of color #66896B: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66896B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 107 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.46 |
| HSL | 128.57º | 0.15% | 0.47% | - |
| HSV(B) | 128.57º | 0.26% | 0.54% | - |
| XYZ | 17.08 | 21.78 | 17.21 | - |
| YUV | 123.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 107 | 0.26 | 0 | 0.22 | 0.46 | 128.57 | 0.15 | 0.47 |
| Hex | 66 | 89 | 6B | 1A | 0 | 16 | 2E | 81 | F | 2F |
| Octal | 146 | 211 | 153 | 32 | 0 | 26 | 56 | 201 | 17 | 57 |
| Binary | 1100110 | 10001001 | 1101011 | 11010 | 0 | 10110 | 101110 | 10000001 | 1111 | 101111 |
Color Harmonies of #66896B
Complementary color
Monochromatic Colors of #66896B
Black with #66896B
Text Example
Text Example
White with #66896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66896B; }
p { color: rgb(102,137,107); }
H1.HeaderClassName
{
color: #66896B;
}
.AnyTagClassName
{
color: #66896B;
}
</style>
background-color css
<style>
a { background-color: #66896B; }
a { background-color: rgb(102,137,107); }
div.DivClassName
{
background-color: #66896B;
}
.BgClassName
{
background-color: #66896B;
}
</style>
border-color css
<style>
span { border-color: #66896B; }
span { border-color: rgb(102,137,107); }
td.TdClassName
{
border-color: #66896B;
}
.TagClassName
{
border-color: #66896B;
}
</style>