Shades of Laurel #6F9075
Tints of Laurel #6F9075
RGB
CMYK
RGB Variations
Color information
#6F9075 (or 0x6F9075) is known color: Laurel. HEX triplet: 6F, 90 and 75. RGB value is (111,144,117). Sum of RGB (Red+Green+Blue) = 111+144+117=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9075 is #906F8A. Grayscale: #838383. Windows color (decimal): -9465739 or 7704687. OLE color: 7704687.
HSL color Cylindrical-coordinate representation of color #6F9075: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9075 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 117 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.44 |
| HSL | 130.91º | 0.13% | 0.5% | - |
| HSV(B) | 130.91º | 0.23% | 0.56% | - |
| XYZ | 19.74 | 24.61 | 20.54 | - |
| YUV | 131.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 117 | 0.23 | 0 | 0.19 | 0.44 | 130.91 | 0.13 | 0.5 |
| Hex | 6F | 90 | 75 | 17 | 0 | 13 | 2C | 83 | D | 32 |
| Octal | 157 | 220 | 165 | 27 | 0 | 23 | 54 | 203 | 15 | 62 |
| Binary | 1101111 | 10010000 | 1110101 | 10111 | 0 | 10011 | 101100 | 10000011 | 1101 | 110010 |
Color Harmonies of #6F9075
Complementary color
Monochromatic Colors of #6F9075
Black with #6F9075
Text Example
Text Example
White with #6F9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9075; }
p { color: rgb(111,144,117); }
H1.HeaderClassName
{
color: #6F9075;
}
.AnyTagClassName
{
color: #6F9075;
}
</style>
background-color css
<style>
a { background-color: #6F9075; }
a { background-color: rgb(111,144,117); }
div.DivClassName
{
background-color: #6F9075;
}
.BgClassName
{
background-color: #6F9075;
}
</style>
border-color css
<style>
span { border-color: #6F9075; }
span { border-color: rgb(111,144,117); }
td.TdClassName
{
border-color: #6F9075;
}
.TagClassName
{
border-color: #6F9075;
}
</style>