Shades of Laurel #6C966A
Tints of Laurel #6C966A
RGB
CMYK
RGB Variations
Color information
#6C966A (or 0x6C966A) is known color: Laurel. HEX triplet: 6C, 96 and 6A. RGB value is (108,150,106). Sum of RGB (Red+Green+Blue) = 108+150+106=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #6C966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C966A is #936995. Grayscale: #848484. Windows color (decimal): -9660822 or 6985324. OLE color: 6985324.
HSL color Cylindrical-coordinate representation of color #6C966A: hue angle of 117.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C966A is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 106 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.41 |
| HSL | 117.27º | 0.17% | 0.5% | - |
| HSV(B) | 117.27º | 0.29% | 0.59% | - |
| XYZ | 19.69 | 26.04 | 17.62 | - |
| YUV | 132.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 106 | 0.28 | 0 | 0.29 | 0.41 | 117.27 | 0.17 | 0.5 |
| Hex | 6C | 96 | 6A | 1C | 0 | 1D | 29 | 75 | 11 | 32 |
| Octal | 154 | 226 | 152 | 34 | 0 | 35 | 51 | 165 | 21 | 62 |
| Binary | 1101100 | 10010110 | 1101010 | 11100 | 0 | 11101 | 101001 | 1110101 | 10001 | 110010 |
Color Harmonies of #6C966A
Complementary color
Monochromatic Colors of #6C966A
Black with #6C966A
Text Example
Text Example
White with #6C966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C966A; }
p { color: rgb(108,150,106); }
H1.HeaderClassName
{
color: #6C966A;
}
.AnyTagClassName
{
color: #6C966A;
}
</style>
background-color css
<style>
a { background-color: #6C966A; }
a { background-color: rgb(108,150,106); }
div.DivClassName
{
background-color: #6C966A;
}
.BgClassName
{
background-color: #6C966A;
}
</style>
border-color css
<style>
span { border-color: #6C966A; }
span { border-color: rgb(108,150,106); }
td.TdClassName
{
border-color: #6C966A;
}
.TagClassName
{
border-color: #6C966A;
}
</style>