Shades of Oxley #61A772
Tints of Oxley #61A772
RGB
CMYK
RGB Variations
Color information
#61A772 (or 0x61A772) is known color: Oxley. HEX triplet: 61, A7 and 72. RGB value is (97,167,114). Sum of RGB (Red+Green+Blue) = 97+167+114=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #61A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A772 is #9E588D. Grayscale: #8C8C8C. Windows color (decimal): -10377358 or 7513953. OLE color: 7513953.
HSL color Cylindrical-coordinate representation of color #61A772: hue angle of 134.57º 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 #61A772 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 114 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.35 |
| HSL | 134.57º | 0.28% | 0.52% | - |
| HSV(B) | 134.57º | 0.42% | 0.65% | - |
| XYZ | 21.79 | 31.39 | 20.83 | - |
| YUV | 140.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 114 | 0.42 | 0 | 0.32 | 0.35 | 134.57 | 0.28 | 0.52 |
| Hex | 61 | A7 | 72 | 2A | 0 | 20 | 23 | 87 | 1C | 34 |
| Octal | 141 | 247 | 162 | 52 | 0 | 40 | 43 | 207 | 34 | 64 |
| Binary | 1100001 | 10100111 | 1110010 | 101010 | 0 | 100000 | 100011 | 10000111 | 11100 | 110100 |
Color Harmonies of #61A772
Complementary color
Monochromatic Colors of #61A772
Black with #61A772
Text Example
Text Example
White with #61A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A772; }
p { color: rgb(97,167,114); }
H1.HeaderClassName
{
color: #61A772;
}
.AnyTagClassName
{
color: #61A772;
}
</style>
background-color css
<style>
a { background-color: #61A772; }
a { background-color: rgb(97,167,114); }
div.DivClassName
{
background-color: #61A772;
}
.BgClassName
{
background-color: #61A772;
}
</style>
border-color css
<style>
span { border-color: #61A772; }
span { border-color: rgb(97,167,114); }
td.TdClassName
{
border-color: #61A772;
}
.TagClassName
{
border-color: #61A772;
}
</style>