Shades of Oxley #61A477
Tints of Oxley #61A477
RGB
CMYK
RGB Variations
Color information
#61A477 (or 0x61A477) is known color: Oxley. HEX triplet: 61, A4 and 77. RGB value is (97,164,119). Sum of RGB (Red+Green+Blue) = 97+164+119=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #61A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A477 is #9E5B88. Grayscale: #8A8A8A. Windows color (decimal): -10378121 or 7840865. OLE color: 7840865.
HSL color Cylindrical-coordinate representation of color #61A477: hue angle of 139.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A477 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 119 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.36 |
| HSL | 139.7º | 0.27% | 0.51% | - |
| HSV(B) | 139.7º | 0.41% | 0.64% | - |
| XYZ | 21.54 | 30.42 | 22.19 | - |
| YUV | 138.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 119 | 0.41 | 0 | 0.27 | 0.36 | 139.7 | 0.27 | 0.51 |
| Hex | 61 | A4 | 77 | 29 | 0 | 1B | 24 | 8C | 1B | 33 |
| Octal | 141 | 244 | 167 | 51 | 0 | 33 | 44 | 214 | 33 | 63 |
| Binary | 1100001 | 10100100 | 1110111 | 101001 | 0 | 11011 | 100100 | 10001100 | 11011 | 110011 |
Color Harmonies of #61A477
Complementary color
Monochromatic Colors of #61A477
Black with #61A477
Text Example
Text Example
White with #61A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A477; }
p { color: rgb(97,164,119); }
H1.HeaderClassName
{
color: #61A477;
}
.AnyTagClassName
{
color: #61A477;
}
</style>
background-color css
<style>
a { background-color: #61A477; }
a { background-color: rgb(97,164,119); }
div.DivClassName
{
background-color: #61A477;
}
.BgClassName
{
background-color: #61A477;
}
</style>
border-color css
<style>
span { border-color: #61A477; }
span { border-color: rgb(97,164,119); }
td.TdClassName
{
border-color: #61A477;
}
.TagClassName
{
border-color: #61A477;
}
</style>