Shades of Oxley #61A671
Tints of Oxley #61A671
RGB
CMYK
RGB Variations
Color information
#61A671 (or 0x61A671) is known color: Oxley. HEX triplet: 61, A6 and 71. RGB value is (97,166,113). Sum of RGB (Red+Green+Blue) = 97+166+113=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #61A671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A671 is #9E598E. Grayscale: #8B8B8B. Windows color (decimal): -10377615 or 7448161. OLE color: 7448161.
HSL color Cylindrical-coordinate representation of color #61A671: hue angle of 133.91º 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 #61A671 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 113 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.35 |
| HSL | 133.91º | 0.28% | 0.52% | - |
| HSV(B) | 133.91º | 0.42% | 0.65% | - |
| XYZ | 21.55 | 31.01 | 20.47 | - |
| YUV | 139.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 113 | 0.42 | 0 | 0.32 | 0.35 | 133.91 | 0.28 | 0.52 |
| Hex | 61 | A6 | 71 | 2A | 0 | 20 | 23 | 86 | 1C | 34 |
| Octal | 141 | 246 | 161 | 52 | 0 | 40 | 43 | 206 | 34 | 64 |
| Binary | 1100001 | 10100110 | 1110001 | 101010 | 0 | 100000 | 100011 | 10000110 | 11100 | 110100 |
Color Harmonies of #61A671
Complementary color
Monochromatic Colors of #61A671
Black with #61A671
Text Example
Text Example
White with #61A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A671; }
p { color: rgb(97,166,113); }
H1.HeaderClassName
{
color: #61A671;
}
.AnyTagClassName
{
color: #61A671;
}
</style>
background-color css
<style>
a { background-color: #61A671; }
a { background-color: rgb(97,166,113); }
div.DivClassName
{
background-color: #61A671;
}
.BgClassName
{
background-color: #61A671;
}
</style>
border-color css
<style>
span { border-color: #61A671; }
span { border-color: rgb(97,166,113); }
td.TdClassName
{
border-color: #61A671;
}
.TagClassName
{
border-color: #61A671;
}
</style>