Shades of Oxley #6AA16D
Tints of Oxley #6AA16D
RGB
CMYK
RGB Variations
Color information
#6AA16D (or 0x6AA16D) is known color: Oxley. HEX triplet: 6A, A1 and 6D. RGB value is (106,161,109). Sum of RGB (Red+Green+Blue) = 106+161+109=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA16D is #955E92. Grayscale: #8A8A8A. Windows color (decimal): -9789075 or 7184746. OLE color: 7184746.
HSL color Cylindrical-coordinate representation of color #6AA16D: hue angle of 123.27º degrees, saturation: 0.23, 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 #6AA16D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 109 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.37 |
| HSL | 123.27º | 0.23% | 0.52% | - |
| HSV(B) | 123.27º | 0.34% | 0.63% | - |
| XYZ | 21.45 | 29.66 | 19.06 | - |
| YUV | 138.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 109 | 0.34 | 0 | 0.32 | 0.37 | 123.27 | 0.23 | 0.52 |
| Hex | 6A | A1 | 6D | 22 | 0 | 20 | 25 | 7B | 17 | 34 |
| Octal | 152 | 241 | 155 | 42 | 0 | 40 | 45 | 173 | 27 | 64 |
| Binary | 1101010 | 10100001 | 1101101 | 100010 | 0 | 100000 | 100101 | 1111011 | 10111 | 110100 |
Color Harmonies of #6AA16D
Complementary color
Monochromatic Colors of #6AA16D
Black with #6AA16D
Text Example
Text Example
White with #6AA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA16D; }
p { color: rgb(106,161,109); }
H1.HeaderClassName
{
color: #6AA16D;
}
.AnyTagClassName
{
color: #6AA16D;
}
</style>
background-color css
<style>
a { background-color: #6AA16D; }
a { background-color: rgb(106,161,109); }
div.DivClassName
{
background-color: #6AA16D;
}
.BgClassName
{
background-color: #6AA16D;
}
</style>
border-color css
<style>
span { border-color: #6AA16D; }
span { border-color: rgb(106,161,109); }
td.TdClassName
{
border-color: #6AA16D;
}
.TagClassName
{
border-color: #6AA16D;
}
</style>