Shades of Laurel #6AA069
Tints of Laurel #6AA069
RGB
CMYK
RGB Variations
Color information
#6AA069 (or 0x6AA069) is known color: Laurel. HEX triplet: 6A, A0 and 69. RGB value is (106,160,105). Sum of RGB (Red+Green+Blue) = 106+160+105=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA069 is #955F96. Grayscale: #898989. Windows color (decimal): -9789335 or 6922346. OLE color: 6922346.
HSL color Cylindrical-coordinate representation of color #6AA069: hue angle of 118.91º 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 #6AA069 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 105 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.37 |
| HSL | 118.91º | 0.22% | 0.52% | - |
| HSV(B) | 118.91º | 0.34% | 0.63% | - |
| XYZ | 21.06 | 29.23 | 17.9 | - |
| YUV | 137.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 105 | 0.34 | 0 | 0.34 | 0.37 | 118.91 | 0.22 | 0.52 |
| Hex | 6A | A0 | 69 | 22 | 0 | 22 | 25 | 77 | 16 | 34 |
| Octal | 152 | 240 | 151 | 42 | 0 | 42 | 45 | 167 | 26 | 64 |
| Binary | 1101010 | 10100000 | 1101001 | 100010 | 0 | 100010 | 100101 | 1110111 | 10110 | 110100 |
Color Harmonies of #6AA069
Complementary color
Monochromatic Colors of #6AA069
Black with #6AA069
Text Example
Text Example
White with #6AA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA069; }
p { color: rgb(106,160,105); }
H1.HeaderClassName
{
color: #6AA069;
}
.AnyTagClassName
{
color: #6AA069;
}
</style>
background-color css
<style>
a { background-color: #6AA069; }
a { background-color: rgb(106,160,105); }
div.DivClassName
{
background-color: #6AA069;
}
.BgClassName
{
background-color: #6AA069;
}
</style>
border-color css
<style>
span { border-color: #6AA069; }
span { border-color: rgb(106,160,105); }
td.TdClassName
{
border-color: #6AA069;
}
.TagClassName
{
border-color: #6AA069;
}
</style>