Shades of Oxley #6AA070
Tints of Oxley #6AA070
RGB
CMYK
RGB Variations
Color information
#6AA070 (or 0x6AA070) is known color: Oxley. HEX triplet: 6A, A0 and 70. RGB value is (106,160,112). Sum of RGB (Red+Green+Blue) = 106+160+112=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA070 is #955F8F. Grayscale: #8A8A8A. Windows color (decimal): -9789328 or 7381098. OLE color: 7381098.
HSL color Cylindrical-coordinate representation of color #6AA070: hue angle of 126.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 #6AA070 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 112 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.37 |
| HSL | 126.67º | 0.22% | 0.52% | - |
| HSV(B) | 126.67º | 0.34% | 0.63% | - |
| XYZ | 21.44 | 29.38 | 19.87 | - |
| YUV | 138.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 112 | 0.34 | 0 | 0.30 | 0.37 | 126.67 | 0.22 | 0.52 |
| Hex | 6A | A0 | 70 | 22 | 0 | 1E | 25 | 7F | 16 | 34 |
| Octal | 152 | 240 | 160 | 42 | 0 | 36 | 45 | 177 | 26 | 64 |
| Binary | 1101010 | 10100000 | 1110000 | 100010 | 0 | 11110 | 100101 | 1111111 | 10110 | 110100 |
Color Harmonies of #6AA070
Complementary color
Monochromatic Colors of #6AA070
Black with #6AA070
Text Example
Text Example
White with #6AA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA070; }
p { color: rgb(106,160,112); }
H1.HeaderClassName
{
color: #6AA070;
}
.AnyTagClassName
{
color: #6AA070;
}
</style>
background-color css
<style>
a { background-color: #6AA070; }
a { background-color: rgb(106,160,112); }
div.DivClassName
{
background-color: #6AA070;
}
.BgClassName
{
background-color: #6AA070;
}
</style>
border-color css
<style>
span { border-color: #6AA070; }
span { border-color: rgb(106,160,112); }
td.TdClassName
{
border-color: #6AA070;
}
.TagClassName
{
border-color: #6AA070;
}
</style>