Shades of Oxley #61A46E
Tints of Oxley #61A46E
RGB
CMYK
RGB Variations
Color information
#61A46E (or 0x61A46E) is known color: Oxley. HEX triplet: 61, A4 and 6E. RGB value is (97,164,110). Sum of RGB (Red+Green+Blue) = 97+164+110=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #61A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A46E is #9E5B91. Grayscale: #898989. Windows color (decimal): -10378130 or 7251041. OLE color: 7251041.
HSL color Cylindrical-coordinate representation of color #61A46E: hue angle of 131.64º 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 #61A46E is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 110 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.36 |
| HSL | 131.64º | 0.27% | 0.51% | - |
| HSV(B) | 131.64º | 0.41% | 0.64% | - |
| XYZ | 21.02 | 30.22 | 19.48 | - |
| YUV | 137.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 110 | 0.41 | 0 | 0.33 | 0.36 | 131.64 | 0.27 | 0.51 |
| Hex | 61 | A4 | 6E | 29 | 0 | 21 | 24 | 84 | 1B | 33 |
| Octal | 141 | 244 | 156 | 51 | 0 | 41 | 44 | 204 | 33 | 63 |
| Binary | 1100001 | 10100100 | 1101110 | 101001 | 0 | 100001 | 100100 | 10000100 | 11011 | 110011 |
Color Harmonies of #61A46E
Complementary color
Monochromatic Colors of #61A46E
Black with #61A46E
Text Example
Text Example
White with #61A46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A46E; }
p { color: rgb(97,164,110); }
H1.HeaderClassName
{
color: #61A46E;
}
.AnyTagClassName
{
color: #61A46E;
}
</style>
background-color css
<style>
a { background-color: #61A46E; }
a { background-color: rgb(97,164,110); }
div.DivClassName
{
background-color: #61A46E;
}
.BgClassName
{
background-color: #61A46E;
}
</style>
border-color css
<style>
span { border-color: #61A46E; }
span { border-color: rgb(97,164,110); }
td.TdClassName
{
border-color: #61A46E;
}
.TagClassName
{
border-color: #61A46E;
}
</style>