Shades of Laurel #6F936D
Tints of Laurel #6F936D
RGB
CMYK
RGB Variations
Color information
#6F936D (or 0x6F936D) is known color: Laurel. HEX triplet: 6F, 93 and 6D. RGB value is (111,147,109). Sum of RGB (Red+Green+Blue) = 111+147+109=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936D is #906C92. Grayscale: #848484. Windows color (decimal): -9464979 or 7181167. OLE color: 7181167.
HSL color Cylindrical-coordinate representation of color #6F936D: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F936D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 109 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.42 |
| HSL | 116.84º | 0.15% | 0.5% | - |
| HSV(B) | 116.84º | 0.26% | 0.58% | - |
| XYZ | 19.75 | 25.35 | 18.32 | - |
| YUV | 131.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 109 | 0.24 | 0 | 0.26 | 0.42 | 116.84 | 0.15 | 0.5 |
| Hex | 6F | 93 | 6D | 18 | 0 | 1A | 2A | 75 | F | 32 |
| Octal | 157 | 223 | 155 | 30 | 0 | 32 | 52 | 165 | 17 | 62 |
| Binary | 1101111 | 10010011 | 1101101 | 11000 | 0 | 11010 | 101010 | 1110101 | 1111 | 110010 |
Color Harmonies of #6F936D
Complementary color
Monochromatic Colors of #6F936D
Black with #6F936D
Text Example
Text Example
White with #6F936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F936D; }
p { color: rgb(111,147,109); }
H1.HeaderClassName
{
color: #6F936D;
}
.AnyTagClassName
{
color: #6F936D;
}
</style>
background-color css
<style>
a { background-color: #6F936D; }
a { background-color: rgb(111,147,109); }
div.DivClassName
{
background-color: #6F936D;
}
.BgClassName
{
background-color: #6F936D;
}
</style>
border-color css
<style>
span { border-color: #6F936D; }
span { border-color: rgb(111,147,109); }
td.TdClassName
{
border-color: #6F936D;
}
.TagClassName
{
border-color: #6F936D;
}
</style>