Shades of Oxley #61A771
Tints of Oxley #61A771
RGB
CMYK
RGB Variations
Color information
#61A771 (or 0x61A771) is known color: Oxley. HEX triplet: 61, A7 and 71. RGB value is (97,167,113). Sum of RGB (Red+Green+Blue) = 97+167+113=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #61A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A771 is #9E588E. Grayscale: #8C8C8C. Windows color (decimal): -10377359 or 7448417. OLE color: 7448417.
HSL color Cylindrical-coordinate representation of color #61A771: hue angle of 133.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A771 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 113 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.35 |
| HSL | 133.71º | 0.28% | 0.52% | - |
| HSV(B) | 133.71º | 0.42% | 0.65% | - |
| XYZ | 21.73 | 31.37 | 20.53 | - |
| YUV | 139.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 113 | 0.42 | 0 | 0.32 | 0.35 | 133.71 | 0.28 | 0.52 |
| Hex | 61 | A7 | 71 | 2A | 0 | 20 | 23 | 86 | 1C | 34 |
| Octal | 141 | 247 | 161 | 52 | 0 | 40 | 43 | 206 | 34 | 64 |
| Binary | 1100001 | 10100111 | 1110001 | 101010 | 0 | 100000 | 100011 | 10000110 | 11100 | 110100 |
Color Harmonies of #61A771
Complementary color
Monochromatic Colors of #61A771
Black with #61A771
Text Example
Text Example
White with #61A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A771; }
p { color: rgb(97,167,113); }
H1.HeaderClassName
{
color: #61A771;
}
.AnyTagClassName
{
color: #61A771;
}
</style>
background-color css
<style>
a { background-color: #61A771; }
a { background-color: rgb(97,167,113); }
div.DivClassName
{
background-color: #61A771;
}
.BgClassName
{
background-color: #61A771;
}
</style>
border-color css
<style>
span { border-color: #61A771; }
span { border-color: rgb(97,167,113); }
td.TdClassName
{
border-color: #61A771;
}
.TagClassName
{
border-color: #61A771;
}
</style>