Shades of Laurel #6F8B72
Tints of Laurel #6F8B72
RGB
CMYK
RGB Variations
Color information
#6F8B72 (or 0x6F8B72) is known color: Laurel. HEX triplet: 6F, 8B and 72. RGB value is (111,139,114). Sum of RGB (Red+Green+Blue) = 111+139+114=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8B72 is #90748D. Grayscale: #7F7F7F. Windows color (decimal): -9467022 or 7506799. OLE color: 7506799.
HSL color Cylindrical-coordinate representation of color #6F8B72: hue angle of 126.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8B72 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 139 | 114 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.45 |
| HSL | 126.43º | 0.11% | 0.49% | - |
| HSV(B) | 126.43º | 0.2% | 0.55% | - |
| XYZ | 18.83 | 23.06 | 19.38 | - |
| YUV | 127.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 114 | 0.20 | 0 | 0.18 | 0.45 | 126.43 | 0.11 | 0.49 |
| Hex | 6F | 8B | 72 | 14 | 0 | 12 | 2D | 7E | B | 31 |
| Octal | 157 | 213 | 162 | 24 | 0 | 22 | 55 | 176 | 13 | 61 |
| Binary | 1101111 | 10001011 | 1110010 | 10100 | 0 | 10010 | 101101 | 1111110 | 1011 | 110001 |
Color Harmonies of #6F8B72
Complementary color
Monochromatic Colors of #6F8B72
Black with #6F8B72
Text Example
Text Example
White with #6F8B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B72; }
p { color: rgb(111,139,114); }
H1.HeaderClassName
{
color: #6F8B72;
}
.AnyTagClassName
{
color: #6F8B72;
}
</style>
background-color css
<style>
a { background-color: #6F8B72; }
a { background-color: rgb(111,139,114); }
div.DivClassName
{
background-color: #6F8B72;
}
.BgClassName
{
background-color: #6F8B72;
}
</style>
border-color css
<style>
span { border-color: #6F8B72; }
span { border-color: rgb(111,139,114); }
td.TdClassName
{
border-color: #6F8B72;
}
.TagClassName
{
border-color: #6F8B72;
}
</style>