Shades of Laurel #6F9270
Tints of Laurel #6F9270
RGB
CMYK
RGB Variations
Color information
#6F9270 (or 0x6F9270) is known color: Laurel. HEX triplet: 6F, 92 and 70. RGB value is (111,146,112). Sum of RGB (Red+Green+Blue) = 111+146+112=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9270 is #906D8F. Grayscale: #838383. Windows color (decimal): -9465232 or 7377519. OLE color: 7377519.
HSL color Cylindrical-coordinate representation of color #6F9270: hue angle of 121.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9270 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 112 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.43 |
| HSL | 121.71º | 0.14% | 0.5% | - |
| HSV(B) | 121.71º | 0.24% | 0.57% | - |
| XYZ | 19.76 | 25.11 | 19.13 | - |
| YUV | 131.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 112 | 0.24 | 0 | 0.23 | 0.43 | 121.71 | 0.14 | 0.5 |
| Hex | 6F | 92 | 70 | 18 | 0 | 17 | 2B | 7A | E | 32 |
| Octal | 157 | 222 | 160 | 30 | 0 | 27 | 53 | 172 | 16 | 62 |
| Binary | 1101111 | 10010010 | 1110000 | 11000 | 0 | 10111 | 101011 | 1111010 | 1110 | 110010 |
Color Harmonies of #6F9270
Complementary color
Monochromatic Colors of #6F9270
Black with #6F9270
Text Example
Text Example
White with #6F9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9270; }
p { color: rgb(111,146,112); }
H1.HeaderClassName
{
color: #6F9270;
}
.AnyTagClassName
{
color: #6F9270;
}
</style>
background-color css
<style>
a { background-color: #6F9270; }
a { background-color: rgb(111,146,112); }
div.DivClassName
{
background-color: #6F9270;
}
.BgClassName
{
background-color: #6F9270;
}
</style>
border-color css
<style>
span { border-color: #6F9270; }
span { border-color: rgb(111,146,112); }
td.TdClassName
{
border-color: #6F9270;
}
.TagClassName
{
border-color: #6F9270;
}
</style>