Shades of Laurel #6B8F6E
Tints of Laurel #6B8F6E
RGB
CMYK
RGB Variations
Color information
#6B8F6E (or 0x6B8F6E) is known color: Laurel. HEX triplet: 6B, 8F and 6E. RGB value is (107,143,110). Sum of RGB (Red+Green+Blue) = 107+143+110=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F6E is #947091. Grayscale: #808080. Windows color (decimal): -9728146 or 7245675. OLE color: 7245675.
HSL color Cylindrical-coordinate representation of color #6B8F6E: hue angle of 125º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8F6E is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 110 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.44 |
| HSL | 125º | 0.14% | 0.49% | - |
| HSV(B) | 125º | 0.25% | 0.56% | - |
| XYZ | 18.7 | 23.9 | 18.38 | - |
| YUV | 128.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 110 | 0.25 | 0 | 0.23 | 0.44 | 125 | 0.14 | 0.49 |
| Hex | 6B | 8F | 6E | 19 | 0 | 17 | 2C | 7D | E | 31 |
| Octal | 153 | 217 | 156 | 31 | 0 | 27 | 54 | 175 | 16 | 61 |
| Binary | 1101011 | 10001111 | 1101110 | 11001 | 0 | 10111 | 101100 | 1111101 | 1110 | 110001 |
Color Harmonies of #6B8F6E
Complementary color
Monochromatic Colors of #6B8F6E
Black with #6B8F6E
Text Example
Text Example
White with #6B8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F6E; }
p { color: rgb(107,143,110); }
H1.HeaderClassName
{
color: #6B8F6E;
}
.AnyTagClassName
{
color: #6B8F6E;
}
</style>
background-color css
<style>
a { background-color: #6B8F6E; }
a { background-color: rgb(107,143,110); }
div.DivClassName
{
background-color: #6B8F6E;
}
.BgClassName
{
background-color: #6B8F6E;
}
</style>
border-color css
<style>
span { border-color: #6B8F6E; }
span { border-color: rgb(107,143,110); }
td.TdClassName
{
border-color: #6B8F6E;
}
.TagClassName
{
border-color: #6B8F6E;
}
</style>