Shades of Laurel #6B9969
Tints of Laurel #6B9969
RGB
CMYK
RGB Variations
Color information
#6B9969 (or 0x6B9969) is known color: Laurel. HEX triplet: 6B, 99 and 69. RGB value is (107,153,105). Sum of RGB (Red+Green+Blue) = 107+153+105=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9969 is #946696. Grayscale: #858585. Windows color (decimal): -9725591 or 6920555. OLE color: 6920555.
HSL color Cylindrical-coordinate representation of color #6B9969: hue angle of 117.5º 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 #6B9969 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 105 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.4 |
| HSL | 117.5º | 0.19% | 0.51% | - |
| HSV(B) | 117.5º | 0.31% | 0.6% | - |
| XYZ | 20 | 26.93 | 17.51 | - |
| YUV | 133.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 105 | 0.30 | 0 | 0.31 | 0.4 | 117.5 | 0.19 | 0.51 |
| Hex | 6B | 99 | 69 | 1E | 0 | 1F | 28 | 76 | 13 | 33 |
| Octal | 153 | 231 | 151 | 36 | 0 | 37 | 50 | 166 | 23 | 63 |
| Binary | 1101011 | 10011001 | 1101001 | 11110 | 0 | 11111 | 101000 | 1110110 | 10011 | 110011 |
Color Harmonies of #6B9969
Complementary color
Monochromatic Colors of #6B9969
Black with #6B9969
Text Example
Text Example
White with #6B9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9969; }
p { color: rgb(107,153,105); }
H1.HeaderClassName
{
color: #6B9969;
}
.AnyTagClassName
{
color: #6B9969;
}
</style>
background-color css
<style>
a { background-color: #6B9969; }
a { background-color: rgb(107,153,105); }
div.DivClassName
{
background-color: #6B9969;
}
.BgClassName
{
background-color: #6B9969;
}
</style>
border-color css
<style>
span { border-color: #6B9969; }
span { border-color: rgb(107,153,105); }
td.TdClassName
{
border-color: #6B9969;
}
.TagClassName
{
border-color: #6B9969;
}
</style>