Shades of Laurel #6F9674
Tints of Laurel #6F9674
RGB
CMYK
RGB Variations
Color information
#6F9674 (or 0x6F9674) is known color: Laurel. HEX triplet: 6F, 96 and 74. RGB value is (111,150,116). Sum of RGB (Red+Green+Blue) = 111+150+116=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9674 is #90698B. Grayscale: #868686. Windows color (decimal): -9464204 or 7640687. OLE color: 7640687.
HSL color Cylindrical-coordinate representation of color #6F9674: hue angle of 127.69º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9674 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 116 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.41 |
| HSL | 127.69º | 0.16% | 0.51% | - |
| HSV(B) | 127.69º | 0.26% | 0.59% | - |
| XYZ | 20.61 | 26.45 | 20.54 | - |
| YUV | 134.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 116 | 0.26 | 0 | 0.23 | 0.41 | 127.69 | 0.16 | 0.51 |
| Hex | 6F | 96 | 74 | 1A | 0 | 17 | 29 | 80 | 10 | 33 |
| Octal | 157 | 226 | 164 | 32 | 0 | 27 | 51 | 200 | 20 | 63 |
| Binary | 1101111 | 10010110 | 1110100 | 11010 | 0 | 10111 | 101001 | 10000000 | 10000 | 110011 |
Color Harmonies of #6F9674
Complementary color
Monochromatic Colors of #6F9674
Black with #6F9674
Text Example
Text Example
White with #6F9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9674; }
p { color: rgb(111,150,116); }
H1.HeaderClassName
{
color: #6F9674;
}
.AnyTagClassName
{
color: #6F9674;
}
</style>
background-color css
<style>
a { background-color: #6F9674; }
a { background-color: rgb(111,150,116); }
div.DivClassName
{
background-color: #6F9674;
}
.BgClassName
{
background-color: #6F9674;
}
</style>
border-color css
<style>
span { border-color: #6F9674; }
span { border-color: rgb(111,150,116); }
td.TdClassName
{
border-color: #6F9674;
}
.TagClassName
{
border-color: #6F9674;
}
</style>