Shades of Laurel #6B8C6C
Tints of Laurel #6B8C6C
RGB
CMYK
RGB Variations
Color information
#6B8C6C (or 0x6B8C6C) is known color: Laurel. HEX triplet: 6B, 8C and 6C. RGB value is (107,140,108). Sum of RGB (Red+Green+Blue) = 107+140+108=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8C6C is #947393. Grayscale: #7E7E7E. Windows color (decimal): -9728916 or 7113835. OLE color: 7113835.
HSL color Cylindrical-coordinate representation of color #6B8C6C: hue angle of 121.82º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8C6C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 140 | 108 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.45 |
| HSL | 121.82º | 0.13% | 0.48% | - |
| HSV(B) | 121.82º | 0.24% | 0.55% | - |
| XYZ | 18.15 | 22.96 | 17.66 | - |
| YUV | 126.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 108 | 0.24 | 0 | 0.23 | 0.45 | 121.82 | 0.13 | 0.48 |
| Hex | 6B | 8C | 6C | 18 | 0 | 17 | 2D | 7A | D | 30 |
| Octal | 153 | 214 | 154 | 30 | 0 | 27 | 55 | 172 | 15 | 60 |
| Binary | 1101011 | 10001100 | 1101100 | 11000 | 0 | 10111 | 101101 | 1111010 | 1101 | 110000 |
Color Harmonies of #6B8C6C
Complementary color
Monochromatic Colors of #6B8C6C
Black with #6B8C6C
Text Example
Text Example
White with #6B8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8C6C; }
p { color: rgb(107,140,108); }
H1.HeaderClassName
{
color: #6B8C6C;
}
.AnyTagClassName
{
color: #6B8C6C;
}
</style>
background-color css
<style>
a { background-color: #6B8C6C; }
a { background-color: rgb(107,140,108); }
div.DivClassName
{
background-color: #6B8C6C;
}
.BgClassName
{
background-color: #6B8C6C;
}
</style>
border-color css
<style>
span { border-color: #6B8C6C; }
span { border-color: rgb(107,140,108); }
td.TdClassName
{
border-color: #6B8C6C;
}
.TagClassName
{
border-color: #6B8C6C;
}
</style>