Shades of Laurel #6B8F6F
Tints of Laurel #6B8F6F
RGB
CMYK
RGB Variations
Color information
#6B8F6F (or 0x6B8F6F) is known color: Laurel. HEX triplet: 6B, 8F and 6F. RGB value is (107,143,111). Sum of RGB (Red+Green+Blue) = 107+143+111=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F6F is #947090. Grayscale: #808080. Windows color (decimal): -9728145 or 7311211. OLE color: 7311211.
HSL color Cylindrical-coordinate representation of color #6B8F6F: hue angle of 126.67º 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 #6B8F6F is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 111 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.44 |
| HSL | 126.67º | 0.14% | 0.49% | - |
| HSV(B) | 126.67º | 0.25% | 0.56% | - |
| XYZ | 18.76 | 23.92 | 18.67 | - |
| YUV | 128.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 111 | 0.25 | 0 | 0.22 | 0.44 | 126.67 | 0.14 | 0.49 |
| Hex | 6B | 8F | 6F | 19 | 0 | 16 | 2C | 7F | E | 31 |
| Octal | 153 | 217 | 157 | 31 | 0 | 26 | 54 | 177 | 16 | 61 |
| Binary | 1101011 | 10001111 | 1101111 | 11001 | 0 | 10110 | 101100 | 1111111 | 1110 | 110001 |
Color Harmonies of #6B8F6F
Complementary color
Monochromatic Colors of #6B8F6F
Black with #6B8F6F
Text Example
Text Example
White with #6B8F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F6F; }
p { color: rgb(107,143,111); }
H1.HeaderClassName
{
color: #6B8F6F;
}
.AnyTagClassName
{
color: #6B8F6F;
}
</style>
background-color css
<style>
a { background-color: #6B8F6F; }
a { background-color: rgb(107,143,111); }
div.DivClassName
{
background-color: #6B8F6F;
}
.BgClassName
{
background-color: #6B8F6F;
}
</style>
border-color css
<style>
span { border-color: #6B8F6F; }
span { border-color: rgb(107,143,111); }
td.TdClassName
{
border-color: #6B8F6F;
}
.TagClassName
{
border-color: #6B8F6F;
}
</style>