Shades of Oxley #61A171
Tints of Oxley #61A171
RGB
CMYK
RGB Variations
Color information
#61A171 (or 0x61A171) is known color: Oxley. HEX triplet: 61, A1 and 71. RGB value is (97,161,113). Sum of RGB (Red+Green+Blue) = 97+161+113=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #61A171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A171 is #9E5E8E. Grayscale: #888888. Windows color (decimal): -10378895 or 7446881. OLE color: 7446881.
HSL color Cylindrical-coordinate representation of color #61A171: hue angle of 135º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A171 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 113 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.37 |
| HSL | 135º | 0.25% | 0.51% | - |
| HSV(B) | 135º | 0.4% | 0.63% | - |
| XYZ | 20.66 | 29.22 | 20.17 | - |
| YUV | 136.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 113 | 0.40 | 0 | 0.30 | 0.37 | 135 | 0.25 | 0.51 |
| Hex | 61 | A1 | 71 | 28 | 0 | 1E | 25 | 87 | 19 | 33 |
| Octal | 141 | 241 | 161 | 50 | 0 | 36 | 45 | 207 | 31 | 63 |
| Binary | 1100001 | 10100001 | 1110001 | 101000 | 0 | 11110 | 100101 | 10000111 | 11001 | 110011 |
Color Harmonies of #61A171
Complementary color
Monochromatic Colors of #61A171
Black with #61A171
Text Example
Text Example
White with #61A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A171; }
p { color: rgb(97,161,113); }
H1.HeaderClassName
{
color: #61A171;
}
.AnyTagClassName
{
color: #61A171;
}
</style>
background-color css
<style>
a { background-color: #61A171; }
a { background-color: rgb(97,161,113); }
div.DivClassName
{
background-color: #61A171;
}
.BgClassName
{
background-color: #61A171;
}
</style>
border-color css
<style>
span { border-color: #61A171; }
span { border-color: rgb(97,161,113); }
td.TdClassName
{
border-color: #61A171;
}
.TagClassName
{
border-color: #61A171;
}
</style>