Shades of Laurel #6F8974
Tints of Laurel #6F8974
RGB
CMYK
RGB Variations
Color information
#6F8974 (or 0x6F8974) is known color: Laurel. HEX triplet: 6F, 89 and 74. RGB value is (111,137,116). Sum of RGB (Red+Green+Blue) = 111+137+116=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8974 is #90768B. Grayscale: #7E7E7E. Windows color (decimal): -9467532 or 7637359. OLE color: 7637359.
HSL color Cylindrical-coordinate representation of color #6F8974: hue angle of 131.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8974 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 116 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.46 |
| HSL | 131.54º | 0.1% | 0.49% | - |
| HSV(B) | 131.54º | 0.19% | 0.54% | - |
| XYZ | 18.65 | 22.53 | 19.89 | - |
| YUV | 126.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 116 | 0.19 | 0 | 0.15 | 0.46 | 131.54 | 0.1 | 0.49 |
| Hex | 6F | 89 | 74 | 13 | 0 | F | 2E | 84 | A | 31 |
| Octal | 157 | 211 | 164 | 23 | 0 | 17 | 56 | 204 | 12 | 61 |
| Binary | 1101111 | 10001001 | 1110100 | 10011 | 0 | 1111 | 101110 | 10000100 | 1010 | 110001 |
Color Harmonies of #6F8974
Complementary color
Monochromatic Colors of #6F8974
Black with #6F8974
Text Example
Text Example
White with #6F8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8974; }
p { color: rgb(111,137,116); }
H1.HeaderClassName
{
color: #6F8974;
}
.AnyTagClassName
{
color: #6F8974;
}
</style>
background-color css
<style>
a { background-color: #6F8974; }
a { background-color: rgb(111,137,116); }
div.DivClassName
{
background-color: #6F8974;
}
.BgClassName
{
background-color: #6F8974;
}
</style>
border-color css
<style>
span { border-color: #6F8974; }
span { border-color: rgb(111,137,116); }
td.TdClassName
{
border-color: #6F8974;
}
.TagClassName
{
border-color: #6F8974;
}
</style>