Shades of Oxley #6AA175
Tints of Oxley #6AA175
RGB
CMYK
RGB Variations
Color information
#6AA175 (or 0x6AA175) is known color: Oxley. HEX triplet: 6A, A1 and 75. RGB value is (106,161,117). Sum of RGB (Red+Green+Blue) = 106+161+117=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA175 is #955E8A. Grayscale: #8B8B8B. Windows color (decimal): -9789067 or 7709034. OLE color: 7709034.
HSL color Cylindrical-coordinate representation of color #6AA175: hue angle of 132º 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 #6AA175 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 117 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.37 |
| HSL | 132º | 0.23% | 0.52% | - |
| HSV(B) | 132º | 0.34% | 0.63% | - |
| XYZ | 21.9 | 29.84 | 21.43 | - |
| YUV | 139.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 117 | 0.34 | 0 | 0.27 | 0.37 | 132 | 0.23 | 0.52 |
| Hex | 6A | A1 | 75 | 22 | 0 | 1B | 25 | 84 | 17 | 34 |
| Octal | 152 | 241 | 165 | 42 | 0 | 33 | 45 | 204 | 27 | 64 |
| Binary | 1101010 | 10100001 | 1110101 | 100010 | 0 | 11011 | 100101 | 10000100 | 10111 | 110100 |
Color Harmonies of #6AA175
Complementary color
Monochromatic Colors of #6AA175
Black with #6AA175
Text Example
Text Example
White with #6AA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA175; }
p { color: rgb(106,161,117); }
H1.HeaderClassName
{
color: #6AA175;
}
.AnyTagClassName
{
color: #6AA175;
}
</style>
background-color css
<style>
a { background-color: #6AA175; }
a { background-color: rgb(106,161,117); }
div.DivClassName
{
background-color: #6AA175;
}
.BgClassName
{
background-color: #6AA175;
}
</style>
border-color css
<style>
span { border-color: #6AA175; }
span { border-color: rgb(106,161,117); }
td.TdClassName
{
border-color: #6AA175;
}
.TagClassName
{
border-color: #6AA175;
}
</style>