Shades of Laurel #6F9375
Tints of Laurel #6F9375
RGB
CMYK
RGB Variations
Color information
#6F9375 (or 0x6F9375) is known color: Laurel. HEX triplet: 6F, 93 and 75. RGB value is (111,147,117). Sum of RGB (Red+Green+Blue) = 111+147+117=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9375 is #906C8A. Grayscale: #848484. Windows color (decimal): -9464971 or 7705455. OLE color: 7705455.
HSL color Cylindrical-coordinate representation of color #6F9375: hue angle of 130º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9375 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 117 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.42 |
| HSL | 130º | 0.14% | 0.51% | - |
| HSV(B) | 130º | 0.24% | 0.58% | - |
| XYZ | 20.2 | 25.53 | 20.69 | - |
| YUV | 132.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 117 | 0.24 | 0 | 0.20 | 0.42 | 130 | 0.14 | 0.51 |
| Hex | 6F | 93 | 75 | 18 | 0 | 14 | 2A | 82 | E | 33 |
| Octal | 157 | 223 | 165 | 30 | 0 | 24 | 52 | 202 | 16 | 63 |
| Binary | 1101111 | 10010011 | 1110101 | 11000 | 0 | 10100 | 101010 | 10000010 | 1110 | 110011 |
Color Harmonies of #6F9375
Complementary color
Monochromatic Colors of #6F9375
Black with #6F9375
Text Example
Text Example
White with #6F9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9375; }
p { color: rgb(111,147,117); }
H1.HeaderClassName
{
color: #6F9375;
}
.AnyTagClassName
{
color: #6F9375;
}
</style>
background-color css
<style>
a { background-color: #6F9375; }
a { background-color: rgb(111,147,117); }
div.DivClassName
{
background-color: #6F9375;
}
.BgClassName
{
background-color: #6F9375;
}
</style>
border-color css
<style>
span { border-color: #6F9375; }
span { border-color: rgb(111,147,117); }
td.TdClassName
{
border-color: #6F9375;
}
.TagClassName
{
border-color: #6F9375;
}
</style>