Shades of Laurel #6C9A6D
Tints of Laurel #6C9A6D
RGB
CMYK
RGB Variations
Color information
#6C9A6D (or 0x6C9A6D) is known color: Laurel. HEX triplet: 6C, 9A and 6D. RGB value is (108,154,109). Sum of RGB (Red+Green+Blue) = 108+154+109=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9A6D is #936592. Grayscale: #878787. Windows color (decimal): -9659795 or 7182956. OLE color: 7182956.
HSL color Cylindrical-coordinate representation of color #6C9A6D: hue angle of 121.3º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9A6D is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 109 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.40 |
| HSL | 121.3º | 0.19% | 0.51% | - |
| HSV(B) | 121.3º | 0.3% | 0.6% | - |
| XYZ | 20.5 | 27.4 | 18.68 | - |
| YUV | 135.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 109 | 0.30 | 0 | 0.29 | 0.40 | 121.3 | 0.19 | 0.51 |
| Hex | 6C | 9A | 6D | 1E | 0 | 1D | 28 | 79 | 13 | 33 |
| Octal | 154 | 232 | 155 | 36 | 0 | 35 | 50 | 171 | 23 | 63 |
| Binary | 1101100 | 10011010 | 1101101 | 11110 | 0 | 11101 | 101000 | 1111001 | 10011 | 110011 |
Color Harmonies of #6C9A6D
Complementary color
Monochromatic Colors of #6C9A6D
Black with #6C9A6D
Text Example
Text Example
White with #6C9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A6D; }
p { color: rgb(108,154,109); }
H1.HeaderClassName
{
color: #6C9A6D;
}
.AnyTagClassName
{
color: #6C9A6D;
}
</style>
background-color css
<style>
a { background-color: #6C9A6D; }
a { background-color: rgb(108,154,109); }
div.DivClassName
{
background-color: #6C9A6D;
}
.BgClassName
{
background-color: #6C9A6D;
}
</style>
border-color css
<style>
span { border-color: #6C9A6D; }
span { border-color: rgb(108,154,109); }
td.TdClassName
{
border-color: #6C9A6D;
}
.TagClassName
{
border-color: #6C9A6D;
}
</style>