Shades of Laurel #6F916F
Tints of Laurel #6F916F
RGB
CMYK
RGB Variations
Color information
#6F916F (or 0x6F916F) is known color: Laurel. HEX triplet: 6F, 91 and 6F. RGB value is (111,145,111). Sum of RGB (Red+Green+Blue) = 111+145+111=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #6F916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F916F is #906E90. Grayscale: #838383. Windows color (decimal): -9465489 or 7311727. OLE color: 7311727.
HSL color Cylindrical-coordinate representation of color #6F916F: hue angle of 120º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F916F is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 111 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.43 |
| HSL | 120º | 0.13% | 0.5% | - |
| HSV(B) | 120º | 0.23% | 0.57% | - |
| XYZ | 19.55 | 24.78 | 18.79 | - |
| YUV | 130.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 111 | 0.23 | 0 | 0.23 | 0.43 | 120 | 0.13 | 0.5 |
| Hex | 6F | 91 | 6F | 17 | 0 | 17 | 2B | 78 | D | 32 |
| Octal | 157 | 221 | 157 | 27 | 0 | 27 | 53 | 170 | 15 | 62 |
| Binary | 1101111 | 10010001 | 1101111 | 10111 | 0 | 10111 | 101011 | 1111000 | 1101 | 110010 |
Color Harmonies of #6F916F
Complementary color
Monochromatic Colors of #6F916F
Black with #6F916F
Text Example
Text Example
White with #6F916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F916F; }
p { color: rgb(111,145,111); }
H1.HeaderClassName
{
color: #6F916F;
}
.AnyTagClassName
{
color: #6F916F;
}
</style>
background-color css
<style>
a { background-color: #6F916F; }
a { background-color: rgb(111,145,111); }
div.DivClassName
{
background-color: #6F916F;
}
.BgClassName
{
background-color: #6F916F;
}
</style>
border-color css
<style>
span { border-color: #6F916F; }
span { border-color: rgb(111,145,111); }
td.TdClassName
{
border-color: #6F916F;
}
.TagClassName
{
border-color: #6F916F;
}
</style>