Shades of Laurel #6AA168
Tints of Laurel #6AA168
RGB
CMYK
RGB Variations
Color information
#6AA168 (or 0x6AA168) is known color: Laurel. HEX triplet: 6A, A1 and 68. RGB value is (106,161,104). Sum of RGB (Red+Green+Blue) = 106+161+104=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA168 is #955E97. Grayscale: #8A8A8A. Windows color (decimal): -9789080 or 6857066. OLE color: 6857066.
HSL color Cylindrical-coordinate representation of color #6AA168: hue angle of 117.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA168 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 104 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.37 |
| HSL | 117.89º | 0.23% | 0.52% | - |
| HSV(B) | 117.89º | 0.35% | 0.63% | - |
| XYZ | 21.19 | 29.55 | 17.68 | - |
| YUV | 138.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 104 | 0.34 | 0 | 0.35 | 0.37 | 117.89 | 0.23 | 0.52 |
| Hex | 6A | A1 | 68 | 22 | 0 | 23 | 25 | 76 | 17 | 34 |
| Octal | 152 | 241 | 150 | 42 | 0 | 43 | 45 | 166 | 27 | 64 |
| Binary | 1101010 | 10100001 | 1101000 | 100010 | 0 | 100011 | 100101 | 1110110 | 10111 | 110100 |
Color Harmonies of #6AA168
Complementary color
Monochromatic Colors of #6AA168
Black with #6AA168
Text Example
Text Example
White with #6AA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA168; }
p { color: rgb(106,161,104); }
H1.HeaderClassName
{
color: #6AA168;
}
.AnyTagClassName
{
color: #6AA168;
}
</style>
background-color css
<style>
a { background-color: #6AA168; }
a { background-color: rgb(106,161,104); }
div.DivClassName
{
background-color: #6AA168;
}
.BgClassName
{
background-color: #6AA168;
}
</style>
border-color css
<style>
span { border-color: #6AA168; }
span { border-color: rgb(106,161,104); }
td.TdClassName
{
border-color: #6AA168;
}
.TagClassName
{
border-color: #6AA168;
}
</style>