Shades of Laurel #6B996A
Tints of Laurel #6B996A
RGB
CMYK
RGB Variations
Color information
#6B996A (or 0x6B996A) is known color: Laurel. HEX triplet: 6B, 99 and 6A. RGB value is (107,153,106). Sum of RGB (Red+Green+Blue) = 107+153+106=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #6B996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B996A is #946695. Grayscale: #868686. Windows color (decimal): -9725590 or 6986091. OLE color: 6986091.
HSL color Cylindrical-coordinate representation of color #6B996A: hue angle of 118.72º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B996A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 106 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.4 |
| HSL | 118.72º | 0.19% | 0.51% | - |
| HSV(B) | 118.72º | 0.31% | 0.6% | - |
| XYZ | 20.06 | 26.95 | 17.78 | - |
| YUV | 133.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 106 | 0.30 | 0 | 0.31 | 0.4 | 118.72 | 0.19 | 0.51 |
| Hex | 6B | 99 | 6A | 1E | 0 | 1F | 28 | 77 | 13 | 33 |
| Octal | 153 | 231 | 152 | 36 | 0 | 37 | 50 | 167 | 23 | 63 |
| Binary | 1101011 | 10011001 | 1101010 | 11110 | 0 | 11111 | 101000 | 1110111 | 10011 | 110011 |
Color Harmonies of #6B996A
Complementary color
Monochromatic Colors of #6B996A
Black with #6B996A
Text Example
Text Example
White with #6B996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B996A; }
p { color: rgb(107,153,106); }
H1.HeaderClassName
{
color: #6B996A;
}
.AnyTagClassName
{
color: #6B996A;
}
</style>
background-color css
<style>
a { background-color: #6B996A; }
a { background-color: rgb(107,153,106); }
div.DivClassName
{
background-color: #6B996A;
}
.BgClassName
{
background-color: #6B996A;
}
</style>
border-color css
<style>
span { border-color: #6B996A; }
span { border-color: rgb(107,153,106); }
td.TdClassName
{
border-color: #6B996A;
}
.TagClassName
{
border-color: #6B996A;
}
</style>