Shades of Laurel #6C976F
Tints of Laurel #6C976F
RGB
CMYK
RGB Variations
Color information
#6C976F (or 0x6C976F) is known color: Laurel. HEX triplet: 6C, 97 and 6F. RGB value is (108,151,111). Sum of RGB (Red+Green+Blue) = 108+151+111=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #6C976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C976F is #936890. Grayscale: #858585. Windows color (decimal): -9660561 or 7313260. OLE color: 7313260.
HSL color Cylindrical-coordinate representation of color #6C976F: hue angle of 124.19º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C976F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 151 | 111 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.41 |
| HSL | 124.19º | 0.17% | 0.51% | - |
| HSV(B) | 124.19º | 0.28% | 0.59% | - |
| XYZ | 20.12 | 26.47 | 19.09 | - |
| YUV | 133.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 151 | 111 | 0.28 | 0 | 0.26 | 0.41 | 124.19 | 0.17 | 0.51 |
| Hex | 6C | 97 | 6F | 1C | 0 | 1A | 29 | 7C | 11 | 33 |
| Octal | 154 | 227 | 157 | 34 | 0 | 32 | 51 | 174 | 21 | 63 |
| Binary | 1101100 | 10010111 | 1101111 | 11100 | 0 | 11010 | 101001 | 1111100 | 10001 | 110011 |
Color Harmonies of #6C976F
Complementary color
Monochromatic Colors of #6C976F
Black with #6C976F
Text Example
Text Example
White with #6C976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C976F; }
p { color: rgb(108,151,111); }
H1.HeaderClassName
{
color: #6C976F;
}
.AnyTagClassName
{
color: #6C976F;
}
</style>
background-color css
<style>
a { background-color: #6C976F; }
a { background-color: rgb(108,151,111); }
div.DivClassName
{
background-color: #6C976F;
}
.BgClassName
{
background-color: #6C976F;
}
</style>
border-color css
<style>
span { border-color: #6C976F; }
span { border-color: rgb(108,151,111); }
td.TdClassName
{
border-color: #6C976F;
}
.TagClassName
{
border-color: #6C976F;
}
</style>