Shades of Oxley #61A16D
Tints of Oxley #61A16D
RGB
CMYK
RGB Variations
Color information
#61A16D (or 0x61A16D) is known color: Oxley. HEX triplet: 61, A1 and 6D. RGB value is (97,161,109). Sum of RGB (Red+Green+Blue) = 97+161+109=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #61A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A16D is #9E5E92. Grayscale: #888888. Windows color (decimal): -10378899 or 7184737. OLE color: 7184737.
HSL color Cylindrical-coordinate representation of color #61A16D: hue angle of 131.25º 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 #61A16D is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 109 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.37 |
| HSL | 131.25º | 0.25% | 0.51% | - |
| HSV(B) | 131.25º | 0.4% | 0.63% | - |
| XYZ | 20.43 | 29.14 | 19.01 | - |
| YUV | 135.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 109 | 0.40 | 0 | 0.32 | 0.37 | 131.25 | 0.25 | 0.51 |
| Hex | 61 | A1 | 6D | 28 | 0 | 20 | 25 | 83 | 19 | 33 |
| Octal | 141 | 241 | 155 | 50 | 0 | 40 | 45 | 203 | 31 | 63 |
| Binary | 1100001 | 10100001 | 1101101 | 101000 | 0 | 100000 | 100101 | 10000011 | 11001 | 110011 |
Color Harmonies of #61A16D
Complementary color
Monochromatic Colors of #61A16D
Black with #61A16D
Text Example
Text Example
White with #61A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A16D; }
p { color: rgb(97,161,109); }
H1.HeaderClassName
{
color: #61A16D;
}
.AnyTagClassName
{
color: #61A16D;
}
</style>
background-color css
<style>
a { background-color: #61A16D; }
a { background-color: rgb(97,161,109); }
div.DivClassName
{
background-color: #61A16D;
}
.BgClassName
{
background-color: #61A16D;
}
</style>
border-color css
<style>
span { border-color: #61A16D; }
span { border-color: rgb(97,161,109); }
td.TdClassName
{
border-color: #61A16D;
}
.TagClassName
{
border-color: #61A16D;
}
</style>