Shades of Laurel #66976B
Tints of Laurel #66976B
RGB
CMYK
RGB Variations
Color information
#66976B (or 0x66976B) is known color: Laurel. HEX triplet: 66, 97 and 6B. RGB value is (102,151,107). Sum of RGB (Red+Green+Blue) = 102+151+107=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #66976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66976B is #996894. Grayscale: #838383. Windows color (decimal): -10053781 or 7051110. OLE color: 7051110.
HSL color Cylindrical-coordinate representation of color #66976B: hue angle of 126.12º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66976B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 107 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.41 |
| HSL | 126.12º | 0.19% | 0.5% | - |
| HSV(B) | 126.12º | 0.32% | 0.59% | - |
| XYZ | 19.2 | 26.02 | 17.92 | - |
| YUV | 131.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 107 | 0.32 | 0 | 0.29 | 0.41 | 126.12 | 0.19 | 0.5 |
| Hex | 66 | 97 | 6B | 20 | 0 | 1D | 29 | 7E | 13 | 32 |
| Octal | 146 | 227 | 153 | 40 | 0 | 35 | 51 | 176 | 23 | 62 |
| Binary | 1100110 | 10010111 | 1101011 | 100000 | 0 | 11101 | 101001 | 1111110 | 10011 | 110010 |
Color Harmonies of #66976B
Complementary color
Monochromatic Colors of #66976B
Black with #66976B
Text Example
Text Example
White with #66976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66976B; }
p { color: rgb(102,151,107); }
H1.HeaderClassName
{
color: #66976B;
}
.AnyTagClassName
{
color: #66976B;
}
</style>
background-color css
<style>
a { background-color: #66976B; }
a { background-color: rgb(102,151,107); }
div.DivClassName
{
background-color: #66976B;
}
.BgClassName
{
background-color: #66976B;
}
</style>
border-color css
<style>
span { border-color: #66976B; }
span { border-color: rgb(102,151,107); }
td.TdClassName
{
border-color: #66976B;
}
.TagClassName
{
border-color: #66976B;
}
</style>