Shades of Laurel #6F8F74
Tints of Laurel #6F8F74
RGB
CMYK
RGB Variations
Color information
#6F8F74 (or 0x6F8F74) is known color: Laurel. HEX triplet: 6F, 8F and 74. RGB value is (111,143,116). Sum of RGB (Red+Green+Blue) = 111+143+116=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F74 is #90708B. Grayscale: #828282. Windows color (decimal): -9465996 or 7638895. OLE color: 7638895.
HSL color Cylindrical-coordinate representation of color #6F8F74: hue angle of 129.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8F74 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 116 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.44 |
| HSL | 129.38º | 0.13% | 0.5% | - |
| HSV(B) | 129.38º | 0.22% | 0.56% | - |
| XYZ | 19.53 | 24.29 | 20.18 | - |
| YUV | 130.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 116 | 0.22 | 0 | 0.19 | 0.44 | 129.38 | 0.13 | 0.5 |
| Hex | 6F | 8F | 74 | 16 | 0 | 13 | 2C | 81 | D | 32 |
| Octal | 157 | 217 | 164 | 26 | 0 | 23 | 54 | 201 | 15 | 62 |
| Binary | 1101111 | 10001111 | 1110100 | 10110 | 0 | 10011 | 101100 | 10000001 | 1101 | 110010 |
Color Harmonies of #6F8F74
Complementary color
Monochromatic Colors of #6F8F74
Black with #6F8F74
Text Example
Text Example
White with #6F8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F74; }
p { color: rgb(111,143,116); }
H1.HeaderClassName
{
color: #6F8F74;
}
.AnyTagClassName
{
color: #6F8F74;
}
</style>
background-color css
<style>
a { background-color: #6F8F74; }
a { background-color: rgb(111,143,116); }
div.DivClassName
{
background-color: #6F8F74;
}
.BgClassName
{
background-color: #6F8F74;
}
</style>
border-color css
<style>
span { border-color: #6F8F74; }
span { border-color: rgb(111,143,116); }
td.TdClassName
{
border-color: #6F8F74;
}
.TagClassName
{
border-color: #6F8F74;
}
</style>