Shades of Laurel #66976D
Tints of Laurel #66976D
RGB
CMYK
RGB Variations
Color information
#66976D (or 0x66976D) is known color: Laurel. HEX triplet: 66, 97 and 6D. RGB value is (102,151,109). Sum of RGB (Red+Green+Blue) = 102+151+109=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #66976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66976D is #996892. Grayscale: #838383. Windows color (decimal): -10053779 or 7182182. OLE color: 7182182.
HSL color Cylindrical-coordinate representation of color #66976D: hue angle of 128.57º 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 #66976D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 109 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.41 |
| HSL | 128.57º | 0.19% | 0.5% | - |
| HSV(B) | 128.57º | 0.32% | 0.59% | - |
| XYZ | 19.31 | 26.06 | 18.48 | - |
| YUV | 131.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 109 | 0.32 | 0 | 0.28 | 0.41 | 128.57 | 0.19 | 0.5 |
| Hex | 66 | 97 | 6D | 20 | 0 | 1C | 29 | 81 | 13 | 32 |
| Octal | 146 | 227 | 155 | 40 | 0 | 34 | 51 | 201 | 23 | 62 |
| Binary | 1100110 | 10010111 | 1101101 | 100000 | 0 | 11100 | 101001 | 10000001 | 10011 | 110010 |
Color Harmonies of #66976D
Complementary color
Monochromatic Colors of #66976D
Black with #66976D
Text Example
Text Example
White with #66976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66976D; }
p { color: rgb(102,151,109); }
H1.HeaderClassName
{
color: #66976D;
}
.AnyTagClassName
{
color: #66976D;
}
</style>
background-color css
<style>
a { background-color: #66976D; }
a { background-color: rgb(102,151,109); }
div.DivClassName
{
background-color: #66976D;
}
.BgClassName
{
background-color: #66976D;
}
</style>
border-color css
<style>
span { border-color: #66976D; }
span { border-color: rgb(102,151,109); }
td.TdClassName
{
border-color: #66976D;
}
.TagClassName
{
border-color: #66976D;
}
</style>