Shades of Oxley #61A175
Tints of Oxley #61A175
RGB
CMYK
RGB Variations
Color information
#61A175 (or 0x61A175) is known color: Oxley. HEX triplet: 61, A1 and 75. RGB value is (97,161,117). Sum of RGB (Red+Green+Blue) = 97+161+117=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #61A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A175 is #9E5E8A. Grayscale: #888888. Windows color (decimal): -10378891 or 7709025. OLE color: 7709025.
HSL color Cylindrical-coordinate representation of color #61A175: hue angle of 138.75º 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 #61A175 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 117 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.37 |
| HSL | 138.75º | 0.25% | 0.51% | - |
| HSV(B) | 138.75º | 0.4% | 0.63% | - |
| XYZ | 20.89 | 29.32 | 21.39 | - |
| YUV | 136.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 117 | 0.40 | 0 | 0.27 | 0.37 | 138.75 | 0.25 | 0.51 |
| Hex | 61 | A1 | 75 | 28 | 0 | 1B | 25 | 8B | 19 | 33 |
| Octal | 141 | 241 | 165 | 50 | 0 | 33 | 45 | 213 | 31 | 63 |
| Binary | 1100001 | 10100001 | 1110101 | 101000 | 0 | 11011 | 100101 | 10001011 | 11001 | 110011 |
Color Harmonies of #61A175
Complementary color
Monochromatic Colors of #61A175
Black with #61A175
Text Example
Text Example
White with #61A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A175; }
p { color: rgb(97,161,117); }
H1.HeaderClassName
{
color: #61A175;
}
.AnyTagClassName
{
color: #61A175;
}
</style>
background-color css
<style>
a { background-color: #61A175; }
a { background-color: rgb(97,161,117); }
div.DivClassName
{
background-color: #61A175;
}
.BgClassName
{
background-color: #61A175;
}
</style>
border-color css
<style>
span { border-color: #61A175; }
span { border-color: rgb(97,161,117); }
td.TdClassName
{
border-color: #61A175;
}
.TagClassName
{
border-color: #61A175;
}
</style>