Shades of Laurel #6F956D
Tints of Laurel #6F956D
RGB
CMYK
RGB Variations
Color information
#6F956D (or 0x6F956D) is known color: Laurel. HEX triplet: 6F, 95 and 6D. RGB value is (111,149,109). Sum of RGB (Red+Green+Blue) = 111+149+109=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #6F956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F956D is #906A92. Grayscale: #858585. Windows color (decimal): -9464467 or 7181679. OLE color: 7181679.
HSL color Cylindrical-coordinate representation of color #6F956D: hue angle of 117º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F956D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 109 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.42 |
| HSL | 117º | 0.16% | 0.51% | - |
| HSV(B) | 117º | 0.27% | 0.58% | - |
| XYZ | 20.06 | 25.98 | 18.42 | - |
| YUV | 133.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 109 | 0.26 | 0 | 0.27 | 0.42 | 117 | 0.16 | 0.51 |
| Hex | 6F | 95 | 6D | 1A | 0 | 1B | 2A | 75 | 10 | 33 |
| Octal | 157 | 225 | 155 | 32 | 0 | 33 | 52 | 165 | 20 | 63 |
| Binary | 1101111 | 10010101 | 1101101 | 11010 | 0 | 11011 | 101010 | 1110101 | 10000 | 110011 |
Color Harmonies of #6F956D
Complementary color
Monochromatic Colors of #6F956D
Black with #6F956D
Text Example
Text Example
White with #6F956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F956D; }
p { color: rgb(111,149,109); }
H1.HeaderClassName
{
color: #6F956D;
}
.AnyTagClassName
{
color: #6F956D;
}
</style>
background-color css
<style>
a { background-color: #6F956D; }
a { background-color: rgb(111,149,109); }
div.DivClassName
{
background-color: #6F956D;
}
.BgClassName
{
background-color: #6F956D;
}
</style>
border-color css
<style>
span { border-color: #6F956D; }
span { border-color: rgb(111,149,109); }
td.TdClassName
{
border-color: #6F956D;
}
.TagClassName
{
border-color: #6F956D;
}
</style>