Shades of Laurel #6F976B
Tints of Laurel #6F976B
RGB
CMYK
RGB Variations
Color information
#6F976B (or 0x6F976B) is known color: Laurel. HEX triplet: 6F, 97 and 6B. RGB value is (111,151,107). Sum of RGB (Red+Green+Blue) = 111+151+107=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #6F976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F976B is #906894. Grayscale: #868686. Windows color (decimal): -9463957 or 7051119. OLE color: 7051119.
HSL color Cylindrical-coordinate representation of color #6F976B: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F976B is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 151 | 107 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.41 |
| HSL | 114.55º | 0.17% | 0.51% | - |
| HSV(B) | 114.55º | 0.29% | 0.59% | - |
| XYZ | 20.28 | 26.57 | 17.97 | - |
| YUV | 134.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 107 | 0.26 | 0 | 0.29 | 0.41 | 114.55 | 0.17 | 0.51 |
| Hex | 6F | 97 | 6B | 1A | 0 | 1D | 29 | 73 | 11 | 33 |
| Octal | 157 | 227 | 153 | 32 | 0 | 35 | 51 | 163 | 21 | 63 |
| Binary | 1101111 | 10010111 | 1101011 | 11010 | 0 | 11101 | 101001 | 1110011 | 10001 | 110011 |
Color Harmonies of #6F976B
Complementary color
Monochromatic Colors of #6F976B
Black with #6F976B
Text Example
Text Example
White with #6F976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F976B; }
p { color: rgb(111,151,107); }
H1.HeaderClassName
{
color: #6F976B;
}
.AnyTagClassName
{
color: #6F976B;
}
</style>
background-color css
<style>
a { background-color: #6F976B; }
a { background-color: rgb(111,151,107); }
div.DivClassName
{
background-color: #6F976B;
}
.BgClassName
{
background-color: #6F976B;
}
</style>
border-color css
<style>
span { border-color: #6F976B; }
span { border-color: rgb(111,151,107); }
td.TdClassName
{
border-color: #6F976B;
}
.TagClassName
{
border-color: #6F976B;
}
</style>