Shades of Laurel #6A976E
Tints of Laurel #6A976E
RGB
CMYK
RGB Variations
Color information
#6A976E (or 0x6A976E) is known color: Laurel. HEX triplet: 6A, 97 and 6E. RGB value is (106,151,110). Sum of RGB (Red+Green+Blue) = 106+151+110=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #6A976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A976E is #956891. Grayscale: #848484. Windows color (decimal): -9791634 or 7247722. OLE color: 7247722.
HSL color Cylindrical-coordinate representation of color #6A976E: hue angle of 125.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A976E is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 110 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.41 |
| HSL | 125.33º | 0.18% | 0.5% | - |
| HSV(B) | 125.33º | 0.3% | 0.59% | - |
| XYZ | 19.82 | 26.32 | 18.79 | - |
| YUV | 132.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 110 | 0.30 | 0 | 0.27 | 0.41 | 125.33 | 0.18 | 0.5 |
| Hex | 6A | 97 | 6E | 1E | 0 | 1B | 29 | 7D | 12 | 32 |
| Octal | 152 | 227 | 156 | 36 | 0 | 33 | 51 | 175 | 22 | 62 |
| Binary | 1101010 | 10010111 | 1101110 | 11110 | 0 | 11011 | 101001 | 1111101 | 10010 | 110010 |
Color Harmonies of #6A976E
Complementary color
Monochromatic Colors of #6A976E
Black with #6A976E
Text Example
Text Example
White with #6A976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A976E; }
p { color: rgb(106,151,110); }
H1.HeaderClassName
{
color: #6A976E;
}
.AnyTagClassName
{
color: #6A976E;
}
</style>
background-color css
<style>
a { background-color: #6A976E; }
a { background-color: rgb(106,151,110); }
div.DivClassName
{
background-color: #6A976E;
}
.BgClassName
{
background-color: #6A976E;
}
</style>
border-color css
<style>
span { border-color: #6A976E; }
span { border-color: rgb(106,151,110); }
td.TdClassName
{
border-color: #6A976E;
}
.TagClassName
{
border-color: #6A976E;
}
</style>