Shades of Oxley #61A26E
Tints of Oxley #61A26E
RGB
CMYK
RGB Variations
Color information
#61A26E (or 0x61A26E) is known color: Oxley. HEX triplet: 61, A2 and 6E. RGB value is (97,162,110). Sum of RGB (Red+Green+Blue) = 97+162+110=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #61A26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A26E is #9E5D91. Grayscale: #888888. Windows color (decimal): -10378642 or 7250529. OLE color: 7250529.
HSL color Cylindrical-coordinate representation of color #61A26E: hue angle of 132º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A26E is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 110 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.36 |
| HSL | 132º | 0.26% | 0.51% | - |
| HSV(B) | 132º | 0.4% | 0.64% | - |
| XYZ | 20.66 | 29.51 | 19.36 | - |
| YUV | 136.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 110 | 0.40 | 0 | 0.32 | 0.36 | 132 | 0.26 | 0.51 |
| Hex | 61 | A2 | 6E | 28 | 0 | 20 | 24 | 84 | 1A | 33 |
| Octal | 141 | 242 | 156 | 50 | 0 | 40 | 44 | 204 | 32 | 63 |
| Binary | 1100001 | 10100010 | 1101110 | 101000 | 0 | 100000 | 100100 | 10000100 | 11010 | 110011 |
Color Harmonies of #61A26E
Complementary color
Monochromatic Colors of #61A26E
Black with #61A26E
Text Example
Text Example
White with #61A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A26E; }
p { color: rgb(97,162,110); }
H1.HeaderClassName
{
color: #61A26E;
}
.AnyTagClassName
{
color: #61A26E;
}
</style>
background-color css
<style>
a { background-color: #61A26E; }
a { background-color: rgb(97,162,110); }
div.DivClassName
{
background-color: #61A26E;
}
.BgClassName
{
background-color: #61A26E;
}
</style>
border-color css
<style>
span { border-color: #61A26E; }
span { border-color: rgb(97,162,110); }
td.TdClassName
{
border-color: #61A26E;
}
.TagClassName
{
border-color: #61A26E;
}
</style>