Shades of Laurel #6B9B69
Tints of Laurel #6B9B69
RGB
CMYK
RGB Variations
Color information
#6B9B69 (or 0x6B9B69) is known color: Laurel. HEX triplet: 6B, 9B and 69. RGB value is (107,155,105). Sum of RGB (Red+Green+Blue) = 107+155+105=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B69 is #946496. Grayscale: #878787. Windows color (decimal): -9725079 or 6921067. OLE color: 6921067.
HSL color Cylindrical-coordinate representation of color #6B9B69: hue angle of 117.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9B69 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 105 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.39 |
| HSL | 117.6º | 0.2% | 0.51% | - |
| HSV(B) | 117.6º | 0.32% | 0.61% | - |
| XYZ | 20.33 | 27.59 | 17.62 | - |
| YUV | 134.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 105 | 0.31 | 0 | 0.32 | 0.39 | 117.6 | 0.2 | 0.51 |
| Hex | 6B | 9B | 69 | 1F | 0 | 20 | 27 | 76 | 14 | 33 |
| Octal | 153 | 233 | 151 | 37 | 0 | 40 | 47 | 166 | 24 | 63 |
| Binary | 1101011 | 10011011 | 1101001 | 11111 | 0 | 100000 | 100111 | 1110110 | 10100 | 110011 |
Color Harmonies of #6B9B69
Complementary color
Monochromatic Colors of #6B9B69
Black with #6B9B69
Text Example
Text Example
White with #6B9B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B69; }
p { color: rgb(107,155,105); }
H1.HeaderClassName
{
color: #6B9B69;
}
.AnyTagClassName
{
color: #6B9B69;
}
</style>
background-color css
<style>
a { background-color: #6B9B69; }
a { background-color: rgb(107,155,105); }
div.DivClassName
{
background-color: #6B9B69;
}
.BgClassName
{
background-color: #6B9B69;
}
</style>
border-color css
<style>
span { border-color: #6B9B69; }
span { border-color: rgb(107,155,105); }
td.TdClassName
{
border-color: #6B9B69;
}
.TagClassName
{
border-color: #6B9B69;
}
</style>