Shades of Laurel #6F956C
Tints of Laurel #6F956C
RGB
CMYK
RGB Variations
Color information
#6F956C (or 0x6F956C) is known color: Laurel. HEX triplet: 6F, 95 and 6C. RGB value is (111,149,108). Sum of RGB (Red+Green+Blue) = 111+149+108=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #6F956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F956C is #906A93. Grayscale: #858585. Windows color (decimal): -9464468 or 7116143. OLE color: 7116143.
HSL color Cylindrical-coordinate representation of color #6F956C: hue angle of 115.61º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F956C is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 108 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.42 |
| HSL | 115.61º | 0.16% | 0.5% | - |
| HSV(B) | 115.61º | 0.28% | 0.58% | - |
| XYZ | 20.01 | 25.96 | 18.14 | - |
| YUV | 132.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 108 | 0.26 | 0 | 0.28 | 0.42 | 115.61 | 0.16 | 0.5 |
| Hex | 6F | 95 | 6C | 1A | 0 | 1C | 2A | 74 | 10 | 32 |
| Octal | 157 | 225 | 154 | 32 | 0 | 34 | 52 | 164 | 20 | 62 |
| Binary | 1101111 | 10010101 | 1101100 | 11010 | 0 | 11100 | 101010 | 1110100 | 10000 | 110010 |
Color Harmonies of #6F956C
Complementary color
Monochromatic Colors of #6F956C
Black with #6F956C
Text Example
Text Example
White with #6F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F956C; }
p { color: rgb(111,149,108); }
H1.HeaderClassName
{
color: #6F956C;
}
.AnyTagClassName
{
color: #6F956C;
}
</style>
background-color css
<style>
a { background-color: #6F956C; }
a { background-color: rgb(111,149,108); }
div.DivClassName
{
background-color: #6F956C;
}
.BgClassName
{
background-color: #6F956C;
}
</style>
border-color css
<style>
span { border-color: #6F956C; }
span { border-color: rgb(111,149,108); }
td.TdClassName
{
border-color: #6F956C;
}
.TagClassName
{
border-color: #6F956C;
}
</style>