Shades of Laurel #6AA06D
Tints of Laurel #6AA06D
RGB
CMYK
RGB Variations
Color information
#6AA06D (or 0x6AA06D) is known color: Laurel. HEX triplet: 6A, A0 and 6D. RGB value is (106,160,109). Sum of RGB (Red+Green+Blue) = 106+160+109=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA06D is #955F92. Grayscale: #8A8A8A. Windows color (decimal): -9789331 or 7184490. OLE color: 7184490.
HSL color Cylindrical-coordinate representation of color #6AA06D: hue angle of 123.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA06D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 109 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.37 |
| HSL | 123.33º | 0.22% | 0.52% | - |
| HSV(B) | 123.33º | 0.34% | 0.63% | - |
| XYZ | 21.27 | 29.31 | 19 | - |
| YUV | 138.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 109 | 0.34 | 0 | 0.32 | 0.37 | 123.33 | 0.22 | 0.52 |
| Hex | 6A | A0 | 6D | 22 | 0 | 20 | 25 | 7B | 16 | 34 |
| Octal | 152 | 240 | 155 | 42 | 0 | 40 | 45 | 173 | 26 | 64 |
| Binary | 1101010 | 10100000 | 1101101 | 100010 | 0 | 100000 | 100101 | 1111011 | 10110 | 110100 |
Color Harmonies of #6AA06D
Complementary color
Monochromatic Colors of #6AA06D
Black with #6AA06D
Text Example
Text Example
White with #6AA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA06D; }
p { color: rgb(106,160,109); }
H1.HeaderClassName
{
color: #6AA06D;
}
.AnyTagClassName
{
color: #6AA06D;
}
</style>
background-color css
<style>
a { background-color: #6AA06D; }
a { background-color: rgb(106,160,109); }
div.DivClassName
{
background-color: #6AA06D;
}
.BgClassName
{
background-color: #6AA06D;
}
</style>
border-color css
<style>
span { border-color: #6AA06D; }
span { border-color: rgb(106,160,109); }
td.TdClassName
{
border-color: #6AA06D;
}
.TagClassName
{
border-color: #6AA06D;
}
</style>