Shades of Oxley #61A176
Tints of Oxley #61A176
RGB
CMYK
RGB Variations
Color information
#61A176 (or 0x61A176) is known color: Oxley. HEX triplet: 61, A1 and 76. RGB value is (97,161,118). Sum of RGB (Red+Green+Blue) = 97+161+118=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #61A176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A176 is #9E5E89. Grayscale: #898989. Windows color (decimal): -10378890 or 7774561. OLE color: 7774561.
HSL color Cylindrical-coordinate representation of color #61A176: hue angle of 139.69º 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 #61A176 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 118 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.37 |
| HSL | 139.69º | 0.25% | 0.51% | - |
| HSV(B) | 139.69º | 0.4% | 0.63% | - |
| XYZ | 20.94 | 29.34 | 21.7 | - |
| YUV | 136.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 118 | 0.40 | 0 | 0.27 | 0.37 | 139.69 | 0.25 | 0.51 |
| Hex | 61 | A1 | 76 | 28 | 0 | 1B | 25 | 8C | 19 | 33 |
| Octal | 141 | 241 | 166 | 50 | 0 | 33 | 45 | 214 | 31 | 63 |
| Binary | 1100001 | 10100001 | 1110110 | 101000 | 0 | 11011 | 100101 | 10001100 | 11001 | 110011 |
Color Harmonies of #61A176
Complementary color
Monochromatic Colors of #61A176
Black with #61A176
Text Example
Text Example
White with #61A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A176; }
p { color: rgb(97,161,118); }
H1.HeaderClassName
{
color: #61A176;
}
.AnyTagClassName
{
color: #61A176;
}
</style>
background-color css
<style>
a { background-color: #61A176; }
a { background-color: rgb(97,161,118); }
div.DivClassName
{
background-color: #61A176;
}
.BgClassName
{
background-color: #61A176;
}
</style>
border-color css
<style>
span { border-color: #61A176; }
span { border-color: rgb(97,161,118); }
td.TdClassName
{
border-color: #61A176;
}
.TagClassName
{
border-color: #61A176;
}
</style>