Shades of Laurel #6F8772
Tints of Laurel #6F8772
RGB
CMYK
RGB Variations
Color information
#6F8772 (or 0x6F8772) is known color: Laurel. HEX triplet: 6F, 87 and 72. RGB value is (111,135,114). Sum of RGB (Red+Green+Blue) = 111+135+114=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8772 is #90788D. Grayscale: #7D7D7D. Windows color (decimal): -9468046 or 7505775. OLE color: 7505775.
HSL color Cylindrical-coordinate representation of color #6F8772: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8772 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 114 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.47 |
| HSL | 127.5º | 0.1% | 0.48% | - |
| HSV(B) | 127.5º | 0.18% | 0.53% | - |
| XYZ | 18.26 | 21.92 | 19.19 | - |
| YUV | 125.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 114 | 0.18 | 0 | 0.16 | 0.47 | 127.5 | 0.1 | 0.48 |
| Hex | 6F | 87 | 72 | 12 | 0 | 10 | 2F | 80 | A | 30 |
| Octal | 157 | 207 | 162 | 22 | 0 | 20 | 57 | 200 | 12 | 60 |
| Binary | 1101111 | 10000111 | 1110010 | 10010 | 0 | 10000 | 101111 | 10000000 | 1010 | 110000 |
Color Harmonies of #6F8772
Complementary color
Monochromatic Colors of #6F8772
Black with #6F8772
Text Example
Text Example
White with #6F8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8772; }
p { color: rgb(111,135,114); }
H1.HeaderClassName
{
color: #6F8772;
}
.AnyTagClassName
{
color: #6F8772;
}
</style>
background-color css
<style>
a { background-color: #6F8772; }
a { background-color: rgb(111,135,114); }
div.DivClassName
{
background-color: #6F8772;
}
.BgClassName
{
background-color: #6F8772;
}
</style>
border-color css
<style>
span { border-color: #6F8772; }
span { border-color: rgb(111,135,114); }
td.TdClassName
{
border-color: #6F8772;
}
.TagClassName
{
border-color: #6F8772;
}
</style>