Shades of Laurel #6C9468
Tints of Laurel #6C9468
RGB
CMYK
RGB Variations
Color information
#6C9468 (or 0x6C9468) is known color: Laurel. HEX triplet: 6C, 94 and 68. RGB value is (108,148,104). Sum of RGB (Red+Green+Blue) = 108+148+104=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9468 is #936B97. Grayscale: #838383. Windows color (decimal): -9661336 or 6853740. OLE color: 6853740.
HSL color Cylindrical-coordinate representation of color #6C9468: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9468 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 104 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.42 |
| HSL | 114.55º | 0.17% | 0.49% | - |
| HSV(B) | 114.55º | 0.3% | 0.58% | - |
| XYZ | 19.27 | 25.37 | 16.98 | - |
| YUV | 131.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 104 | 0.27 | 0 | 0.30 | 0.42 | 114.55 | 0.17 | 0.49 |
| Hex | 6C | 94 | 68 | 1B | 0 | 1E | 2A | 73 | 11 | 31 |
| Octal | 154 | 224 | 150 | 33 | 0 | 36 | 52 | 163 | 21 | 61 |
| Binary | 1101100 | 10010100 | 1101000 | 11011 | 0 | 11110 | 101010 | 1110011 | 10001 | 110001 |
Color Harmonies of #6C9468
Complementary color
Monochromatic Colors of #6C9468
Black with #6C9468
Text Example
Text Example
White with #6C9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9468; }
p { color: rgb(108,148,104); }
H1.HeaderClassName
{
color: #6C9468;
}
.AnyTagClassName
{
color: #6C9468;
}
</style>
background-color css
<style>
a { background-color: #6C9468; }
a { background-color: rgb(108,148,104); }
div.DivClassName
{
background-color: #6C9468;
}
.BgClassName
{
background-color: #6C9468;
}
</style>
border-color css
<style>
span { border-color: #6C9468; }
span { border-color: rgb(108,148,104); }
td.TdClassName
{
border-color: #6C9468;
}
.TagClassName
{
border-color: #6C9468;
}
</style>