Shades of Oxley #61A775
Tints of Oxley #61A775
RGB
CMYK
RGB Variations
Color information
#61A775 (or 0x61A775) is known color: Oxley. HEX triplet: 61, A7 and 75. RGB value is (97,167,117). Sum of RGB (Red+Green+Blue) = 97+167+117=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #61A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A775 is #9E588A. Grayscale: #8C8C8C. Windows color (decimal): -10377355 or 7710561. OLE color: 7710561.
HSL color Cylindrical-coordinate representation of color #61A775: hue angle of 137.14º 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 #61A775 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 117 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.35 |
| HSL | 137.14º | 0.28% | 0.52% | - |
| HSV(B) | 137.14º | 0.42% | 0.65% | - |
| XYZ | 21.96 | 31.46 | 21.75 | - |
| YUV | 140.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 117 | 0.42 | 0 | 0.30 | 0.35 | 137.14 | 0.28 | 0.52 |
| Hex | 61 | A7 | 75 | 2A | 0 | 1E | 23 | 89 | 1C | 34 |
| Octal | 141 | 247 | 165 | 52 | 0 | 36 | 43 | 211 | 34 | 64 |
| Binary | 1100001 | 10100111 | 1110101 | 101010 | 0 | 11110 | 100011 | 10001001 | 11100 | 110100 |
Color Harmonies of #61A775
Complementary color
Monochromatic Colors of #61A775
Black with #61A775
Text Example
Text Example
White with #61A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A775; }
p { color: rgb(97,167,117); }
H1.HeaderClassName
{
color: #61A775;
}
.AnyTagClassName
{
color: #61A775;
}
</style>
background-color css
<style>
a { background-color: #61A775; }
a { background-color: rgb(97,167,117); }
div.DivClassName
{
background-color: #61A775;
}
.BgClassName
{
background-color: #61A775;
}
</style>
border-color css
<style>
span { border-color: #61A775; }
span { border-color: rgb(97,167,117); }
td.TdClassName
{
border-color: #61A775;
}
.TagClassName
{
border-color: #61A775;
}
</style>