Shades of Laurel #6B996E
Tints of Laurel #6B996E
RGB
CMYK
RGB Variations
Color information
#6B996E (or 0x6B996E) is known color: Laurel. HEX triplet: 6B, 99 and 6E. RGB value is (107,153,110). Sum of RGB (Red+Green+Blue) = 107+153+110=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #6B996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B996E is #946691. Grayscale: #868686. Windows color (decimal): -9725586 or 7248235. OLE color: 7248235.
HSL color Cylindrical-coordinate representation of color #6B996E: hue angle of 123.91º degrees, saturation: 0.18, 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 #6B996E is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 110 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.4 |
| HSL | 123.91º | 0.18% | 0.51% | - |
| HSV(B) | 123.91º | 0.3% | 0.6% | - |
| XYZ | 20.27 | 27.03 | 18.9 | - |
| YUV | 134.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 110 | 0.30 | 0 | 0.28 | 0.4 | 123.91 | 0.18 | 0.51 |
| Hex | 6B | 99 | 6E | 1E | 0 | 1C | 28 | 7C | 12 | 33 |
| Octal | 153 | 231 | 156 | 36 | 0 | 34 | 50 | 174 | 22 | 63 |
| Binary | 1101011 | 10011001 | 1101110 | 11110 | 0 | 11100 | 101000 | 1111100 | 10010 | 110011 |
Color Harmonies of #6B996E
Complementary color
Monochromatic Colors of #6B996E
Black with #6B996E
Text Example
Text Example
White with #6B996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B996E; }
p { color: rgb(107,153,110); }
H1.HeaderClassName
{
color: #6B996E;
}
.AnyTagClassName
{
color: #6B996E;
}
</style>
background-color css
<style>
a { background-color: #6B996E; }
a { background-color: rgb(107,153,110); }
div.DivClassName
{
background-color: #6B996E;
}
.BgClassName
{
background-color: #6B996E;
}
</style>
border-color css
<style>
span { border-color: #6B996E; }
span { border-color: rgb(107,153,110); }
td.TdClassName
{
border-color: #6B996E;
}
.TagClassName
{
border-color: #6B996E;
}
</style>