Shades of Oxley #6AA079
Tints of Oxley #6AA079
RGB
CMYK
RGB Variations
Color information
#6AA079 (or 0x6AA079) is known color: Oxley. HEX triplet: 6A, A0 and 79. RGB value is (106,160,121). Sum of RGB (Red+Green+Blue) = 106+160+121=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA079 is #955F86. Grayscale: #8B8B8B. Windows color (decimal): -9789319 or 7970922. OLE color: 7970922.
HSL color Cylindrical-coordinate representation of color #6AA079: hue angle of 136.67º 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 #6AA079 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 121 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.37 |
| HSL | 136.67º | 0.22% | 0.52% | - |
| HSV(B) | 136.67º | 0.34% | 0.63% | - |
| XYZ | 21.97 | 29.59 | 22.64 | - |
| YUV | 139.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 121 | 0.34 | 0 | 0.24 | 0.37 | 136.67 | 0.22 | 0.52 |
| Hex | 6A | A0 | 79 | 22 | 0 | 18 | 25 | 89 | 16 | 34 |
| Octal | 152 | 240 | 171 | 42 | 0 | 30 | 45 | 211 | 26 | 64 |
| Binary | 1101010 | 10100000 | 1111001 | 100010 | 0 | 11000 | 100101 | 10001001 | 10110 | 110100 |
Color Harmonies of #6AA079
Complementary color
Monochromatic Colors of #6AA079
Black with #6AA079
Text Example
Text Example
White with #6AA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA079; }
p { color: rgb(106,160,121); }
H1.HeaderClassName
{
color: #6AA079;
}
.AnyTagClassName
{
color: #6AA079;
}
</style>
background-color css
<style>
a { background-color: #6AA079; }
a { background-color: rgb(106,160,121); }
div.DivClassName
{
background-color: #6AA079;
}
.BgClassName
{
background-color: #6AA079;
}
</style>
border-color css
<style>
span { border-color: #6AA079; }
span { border-color: rgb(106,160,121); }
td.TdClassName
{
border-color: #6AA079;
}
.TagClassName
{
border-color: #6AA079;
}
</style>