Shades of Laurel #6C9869
Tints of Laurel #6C9869
RGB
CMYK
RGB Variations
Color information
#6C9869 (or 0x6C9869) is known color: Laurel. HEX triplet: 6C, 98 and 69. RGB value is (108,152,105). Sum of RGB (Red+Green+Blue) = 108+152+105=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #6C9869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9869 is #936796. Grayscale: #858585. Windows color (decimal): -9660311 or 6920300. OLE color: 6920300.
HSL color Cylindrical-coordinate representation of color #6C9869: hue angle of 116.17º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9869 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 152 | 105 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.40 |
| HSL | 116.17º | 0.19% | 0.5% | - |
| HSV(B) | 116.17º | 0.31% | 0.6% | - |
| XYZ | 19.96 | 26.66 | 17.46 | - |
| YUV | 133.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 152 | 105 | 0.29 | 0 | 0.31 | 0.40 | 116.17 | 0.19 | 0.5 |
| Hex | 6C | 98 | 69 | 1D | 0 | 1F | 28 | 74 | 13 | 32 |
| Octal | 154 | 230 | 151 | 35 | 0 | 37 | 50 | 164 | 23 | 62 |
| Binary | 1101100 | 10011000 | 1101001 | 11101 | 0 | 11111 | 101000 | 1110100 | 10011 | 110010 |
Color Harmonies of #6C9869
Complementary color
Monochromatic Colors of #6C9869
Black with #6C9869
Text Example
Text Example
White with #6C9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9869; }
p { color: rgb(108,152,105); }
H1.HeaderClassName
{
color: #6C9869;
}
.AnyTagClassName
{
color: #6C9869;
}
</style>
background-color css
<style>
a { background-color: #6C9869; }
a { background-color: rgb(108,152,105); }
div.DivClassName
{
background-color: #6C9869;
}
.BgClassName
{
background-color: #6C9869;
}
</style>
border-color css
<style>
span { border-color: #6C9869; }
span { border-color: rgb(108,152,105); }
td.TdClassName
{
border-color: #6C9869;
}
.TagClassName
{
border-color: #6C9869;
}
</style>