Shades of Laurel #6B8F69
Tints of Laurel #6B8F69
RGB
CMYK
RGB Variations
Color information
#6B8F69 (or 0x6B8F69) is known color: Laurel. HEX triplet: 6B, 8F and 69. RGB value is (107,143,105). Sum of RGB (Red+Green+Blue) = 107+143+105=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F69 is #947096. Grayscale: #808080. Windows color (decimal): -9728151 or 6917995. OLE color: 6917995.
HSL color Cylindrical-coordinate representation of color #6B8F69: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B8F69 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 105 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.44 |
| HSL | 116.84º | 0.15% | 0.49% | - |
| HSV(B) | 116.84º | 0.27% | 0.56% | - |
| XYZ | 18.44 | 23.79 | 16.98 | - |
| YUV | 127.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 105 | 0.25 | 0 | 0.27 | 0.44 | 116.84 | 0.15 | 0.49 |
| Hex | 6B | 8F | 69 | 19 | 0 | 1B | 2C | 75 | F | 31 |
| Octal | 153 | 217 | 151 | 31 | 0 | 33 | 54 | 165 | 17 | 61 |
| Binary | 1101011 | 10001111 | 1101001 | 11001 | 0 | 11011 | 101100 | 1110101 | 1111 | 110001 |
Color Harmonies of #6B8F69
Complementary color
Monochromatic Colors of #6B8F69
Black with #6B8F69
Text Example
Text Example
White with #6B8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F69; }
p { color: rgb(107,143,105); }
H1.HeaderClassName
{
color: #6B8F69;
}
.AnyTagClassName
{
color: #6B8F69;
}
</style>
background-color css
<style>
a { background-color: #6B8F69; }
a { background-color: rgb(107,143,105); }
div.DivClassName
{
background-color: #6B8F69;
}
.BgClassName
{
background-color: #6B8F69;
}
</style>
border-color css
<style>
span { border-color: #6B8F69; }
span { border-color: rgb(107,143,105); }
td.TdClassName
{
border-color: #6B8F69;
}
.TagClassName
{
border-color: #6B8F69;
}
</style>