Shades of Laurel #6F9271
Tints of Laurel #6F9271
RGB
CMYK
RGB Variations
Color information
#6F9271 (or 0x6F9271) is known color: Laurel. HEX triplet: 6F, 92 and 71. RGB value is (111,146,113). Sum of RGB (Red+Green+Blue) = 111+146+113=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9271 is #906D8E. Grayscale: #838383. Windows color (decimal): -9465231 or 7443055. OLE color: 7443055.
HSL color Cylindrical-coordinate representation of color #6F9271: hue angle of 123.43º 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 #6F9271 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 113 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.43 |
| HSL | 123.43º | 0.14% | 0.5% | - |
| HSV(B) | 123.43º | 0.24% | 0.57% | - |
| XYZ | 19.82 | 25.13 | 19.43 | - |
| YUV | 131.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 113 | 0.24 | 0 | 0.23 | 0.43 | 123.43 | 0.14 | 0.5 |
| Hex | 6F | 92 | 71 | 18 | 0 | 17 | 2B | 7B | E | 32 |
| Octal | 157 | 222 | 161 | 30 | 0 | 27 | 53 | 173 | 16 | 62 |
| Binary | 1101111 | 10010010 | 1110001 | 11000 | 0 | 10111 | 101011 | 1111011 | 1110 | 110010 |
Color Harmonies of #6F9271
Complementary color
Monochromatic Colors of #6F9271
Black with #6F9271
Text Example
Text Example
White with #6F9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9271; }
p { color: rgb(111,146,113); }
H1.HeaderClassName
{
color: #6F9271;
}
.AnyTagClassName
{
color: #6F9271;
}
</style>
background-color css
<style>
a { background-color: #6F9271; }
a { background-color: rgb(111,146,113); }
div.DivClassName
{
background-color: #6F9271;
}
.BgClassName
{
background-color: #6F9271;
}
</style>
border-color css
<style>
span { border-color: #6F9271; }
span { border-color: rgb(111,146,113); }
td.TdClassName
{
border-color: #6F9271;
}
.TagClassName
{
border-color: #6F9271;
}
</style>