Shades of Laurel #6F946F
Tints of Laurel #6F946F
RGB
CMYK
RGB Variations
Color information
#6F946F (or 0x6F946F) is known color: Laurel. HEX triplet: 6F, 94 and 6F. RGB value is (111,148,111). Sum of RGB (Red+Green+Blue) = 111+148+111=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #6F946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F946F is #906B90. Grayscale: #848484. Windows color (decimal): -9464721 or 7312495. OLE color: 7312495.
HSL color Cylindrical-coordinate representation of color #6F946F: hue angle of 120º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F946F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 111 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.42 |
| HSL | 120º | 0.15% | 0.51% | - |
| HSV(B) | 120º | 0.25% | 0.58% | - |
| XYZ | 20.01 | 25.71 | 18.95 | - |
| YUV | 132.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 111 | 0.25 | 0 | 0.25 | 0.42 | 120 | 0.15 | 0.51 |
| Hex | 6F | 94 | 6F | 19 | 0 | 19 | 2A | 78 | F | 33 |
| Octal | 157 | 224 | 157 | 31 | 0 | 31 | 52 | 170 | 17 | 63 |
| Binary | 1101111 | 10010100 | 1101111 | 11001 | 0 | 11001 | 101010 | 1111000 | 1111 | 110011 |
Color Harmonies of #6F946F
Complementary color
Monochromatic Colors of #6F946F
Black with #6F946F
Text Example
Text Example
White with #6F946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F946F; }
p { color: rgb(111,148,111); }
H1.HeaderClassName
{
color: #6F946F;
}
.AnyTagClassName
{
color: #6F946F;
}
</style>
background-color css
<style>
a { background-color: #6F946F; }
a { background-color: rgb(111,148,111); }
div.DivClassName
{
background-color: #6F946F;
}
.BgClassName
{
background-color: #6F946F;
}
</style>
border-color css
<style>
span { border-color: #6F946F; }
span { border-color: rgb(111,148,111); }
td.TdClassName
{
border-color: #6F946F;
}
.TagClassName
{
border-color: #6F946F;
}
</style>