Shades of Laurel #6F956E
Tints of Laurel #6F956E
RGB
CMYK
RGB Variations
Color information
#6F956E (or 0x6F956E) is known color: Laurel. HEX triplet: 6F, 95 and 6E. RGB value is (111,149,110). Sum of RGB (Red+Green+Blue) = 111+149+110=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #6F956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F956E is #906A91. Grayscale: #858585. Windows color (decimal): -9464466 or 7247215. OLE color: 7247215.
HSL color Cylindrical-coordinate representation of color #6F956E: hue angle of 118.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F956E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 110 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.42 |
| HSL | 118.46º | 0.16% | 0.51% | - |
| HSV(B) | 118.46º | 0.26% | 0.58% | - |
| XYZ | 20.12 | 26 | 18.71 | - |
| YUV | 133.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 110 | 0.26 | 0 | 0.26 | 0.42 | 118.46 | 0.16 | 0.51 |
| Hex | 6F | 95 | 6E | 1A | 0 | 1A | 2A | 76 | 10 | 33 |
| Octal | 157 | 225 | 156 | 32 | 0 | 32 | 52 | 166 | 20 | 63 |
| Binary | 1101111 | 10010101 | 1101110 | 11010 | 0 | 11010 | 101010 | 1110110 | 10000 | 110011 |
Color Harmonies of #6F956E
Complementary color
Monochromatic Colors of #6F956E
Black with #6F956E
Text Example
Text Example
White with #6F956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F956E; }
p { color: rgb(111,149,110); }
H1.HeaderClassName
{
color: #6F956E;
}
.AnyTagClassName
{
color: #6F956E;
}
</style>
background-color css
<style>
a { background-color: #6F956E; }
a { background-color: rgb(111,149,110); }
div.DivClassName
{
background-color: #6F956E;
}
.BgClassName
{
background-color: #6F956E;
}
</style>
border-color css
<style>
span { border-color: #6F956E; }
span { border-color: rgb(111,149,110); }
td.TdClassName
{
border-color: #6F956E;
}
.TagClassName
{
border-color: #6F956E;
}
</style>