Shades of Laurel #6B9E69
Tints of Laurel #6B9E69
RGB
CMYK
RGB Variations
Color information
#6B9E69 (or 0x6B9E69) is known color: Laurel. HEX triplet: 6B, 9E and 69. RGB value is (107,158,105). Sum of RGB (Red+Green+Blue) = 107+158+105=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9E69 is #946196. Grayscale: #888888. Windows color (decimal): -9724311 or 6921835. OLE color: 6921835.
HSL color Cylindrical-coordinate representation of color #6B9E69: hue angle of 117.74º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B9E69 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 105 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.38 |
| HSL | 117.74º | 0.21% | 0.52% | - |
| HSV(B) | 117.74º | 0.34% | 0.62% | - |
| XYZ | 20.84 | 28.6 | 17.79 | - |
| YUV | 136.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 105 | 0.32 | 0 | 0.34 | 0.38 | 117.74 | 0.21 | 0.52 |
| Hex | 6B | 9E | 69 | 20 | 0 | 22 | 26 | 76 | 15 | 34 |
| Octal | 153 | 236 | 151 | 40 | 0 | 42 | 46 | 166 | 25 | 64 |
| Binary | 1101011 | 10011110 | 1101001 | 100000 | 0 | 100010 | 100110 | 1110110 | 10101 | 110100 |
Color Harmonies of #6B9E69
Complementary color
Monochromatic Colors of #6B9E69
Black with #6B9E69
Text Example
Text Example
White with #6B9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E69; }
p { color: rgb(107,158,105); }
H1.HeaderClassName
{
color: #6B9E69;
}
.AnyTagClassName
{
color: #6B9E69;
}
</style>
background-color css
<style>
a { background-color: #6B9E69; }
a { background-color: rgb(107,158,105); }
div.DivClassName
{
background-color: #6B9E69;
}
.BgClassName
{
background-color: #6B9E69;
}
</style>
border-color css
<style>
span { border-color: #6B9E69; }
span { border-color: rgb(107,158,105); }
td.TdClassName
{
border-color: #6B9E69;
}
.TagClassName
{
border-color: #6B9E69;
}
</style>