Shades of Laurel #6F8C6F
Tints of Laurel #6F8C6F
RGB
CMYK
RGB Variations
Color information
#6F8C6F (or 0x6F8C6F) is known color: Laurel. HEX triplet: 6F, 8C and 6F. RGB value is (111,140,111). Sum of RGB (Red+Green+Blue) = 111+140+111=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8C6F is #907390. Grayscale: #808080. Windows color (decimal): -9466769 or 7310447. OLE color: 7310447.
HSL color Cylindrical-coordinate representation of color #6F8C6F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8C6F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 140 | 111 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.45 |
| HSL | 120º | 0.12% | 0.49% | - |
| HSV(B) | 120º | 0.21% | 0.55% | - |
| XYZ | 18.8 | 23.28 | 18.54 | - |
| YUV | 128.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 111 | 0.21 | 0 | 0.21 | 0.45 | 120 | 0.12 | 0.49 |
| Hex | 6F | 8C | 6F | 15 | 0 | 15 | 2D | 78 | C | 31 |
| Octal | 157 | 214 | 157 | 25 | 0 | 25 | 55 | 170 | 14 | 61 |
| Binary | 1101111 | 10001100 | 1101111 | 10101 | 0 | 10101 | 101101 | 1111000 | 1100 | 110001 |
Color Harmonies of #6F8C6F
Complementary color
Monochromatic Colors of #6F8C6F
Black with #6F8C6F
Text Example
Text Example
White with #6F8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8C6F; }
p { color: rgb(111,140,111); }
H1.HeaderClassName
{
color: #6F8C6F;
}
.AnyTagClassName
{
color: #6F8C6F;
}
</style>
background-color css
<style>
a { background-color: #6F8C6F; }
a { background-color: rgb(111,140,111); }
div.DivClassName
{
background-color: #6F8C6F;
}
.BgClassName
{
background-color: #6F8C6F;
}
</style>
border-color css
<style>
span { border-color: #6F8C6F; }
span { border-color: rgb(111,140,111); }
td.TdClassName
{
border-color: #6F8C6F;
}
.TagClassName
{
border-color: #6F8C6F;
}
</style>