Shades of Oxley #61A174
Tints of Oxley #61A174
RGB
CMYK
RGB Variations
Color information
#61A174 (or 0x61A174) is known color: Oxley. HEX triplet: 61, A1 and 74. RGB value is (97,161,116). Sum of RGB (Red+Green+Blue) = 97+161+116=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #61A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A174 is #9E5E8B. Grayscale: #888888. Windows color (decimal): -10378892 or 7643489. OLE color: 7643489.
HSL color Cylindrical-coordinate representation of color #61A174: hue angle of 137.81º 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 #61A174 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 116 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.37 |
| HSL | 137.81º | 0.25% | 0.51% | - |
| HSV(B) | 137.81º | 0.4% | 0.63% | - |
| XYZ | 20.83 | 29.29 | 21.08 | - |
| YUV | 136.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 116 | 0.40 | 0 | 0.28 | 0.37 | 137.81 | 0.25 | 0.51 |
| Hex | 61 | A1 | 74 | 28 | 0 | 1C | 25 | 8A | 19 | 33 |
| Octal | 141 | 241 | 164 | 50 | 0 | 34 | 45 | 212 | 31 | 63 |
| Binary | 1100001 | 10100001 | 1110100 | 101000 | 0 | 11100 | 100101 | 10001010 | 11001 | 110011 |
Color Harmonies of #61A174
Complementary color
Monochromatic Colors of #61A174
Black with #61A174
Text Example
Text Example
White with #61A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A174; }
p { color: rgb(97,161,116); }
H1.HeaderClassName
{
color: #61A174;
}
.AnyTagClassName
{
color: #61A174;
}
</style>
background-color css
<style>
a { background-color: #61A174; }
a { background-color: rgb(97,161,116); }
div.DivClassName
{
background-color: #61A174;
}
.BgClassName
{
background-color: #61A174;
}
</style>
border-color css
<style>
span { border-color: #61A174; }
span { border-color: rgb(97,161,116); }
td.TdClassName
{
border-color: #61A174;
}
.TagClassName
{
border-color: #61A174;
}
</style>