Shades of Oxley #61A375
Tints of Oxley #61A375
RGB
CMYK
RGB Variations
Color information
#61A375 (or 0x61A375) is known color: Oxley. HEX triplet: 61, A3 and 75. RGB value is (97,163,117). Sum of RGB (Red+Green+Blue) = 97+163+117=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #61A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A375 is #9E5C8A. Grayscale: #8A8A8A. Windows color (decimal): -10378379 or 7709537. OLE color: 7709537.
HSL color Cylindrical-coordinate representation of color #61A375: hue angle of 138.18º 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 #61A375 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 117 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.36 |
| HSL | 138.18º | 0.26% | 0.51% | - |
| HSV(B) | 138.18º | 0.4% | 0.64% | - |
| XYZ | 21.24 | 30.02 | 21.5 | - |
| YUV | 138.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 117 | 0.40 | 0 | 0.28 | 0.36 | 138.18 | 0.26 | 0.51 |
| Hex | 61 | A3 | 75 | 28 | 0 | 1C | 24 | 8A | 1A | 33 |
| Octal | 141 | 243 | 165 | 50 | 0 | 34 | 44 | 212 | 32 | 63 |
| Binary | 1100001 | 10100011 | 1110101 | 101000 | 0 | 11100 | 100100 | 10001010 | 11010 | 110011 |
Color Harmonies of #61A375
Complementary color
Monochromatic Colors of #61A375
Black with #61A375
Text Example
Text Example
White with #61A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A375; }
p { color: rgb(97,163,117); }
H1.HeaderClassName
{
color: #61A375;
}
.AnyTagClassName
{
color: #61A375;
}
</style>
background-color css
<style>
a { background-color: #61A375; }
a { background-color: rgb(97,163,117); }
div.DivClassName
{
background-color: #61A375;
}
.BgClassName
{
background-color: #61A375;
}
</style>
border-color css
<style>
span { border-color: #61A375; }
span { border-color: rgb(97,163,117); }
td.TdClassName
{
border-color: #61A375;
}
.TagClassName
{
border-color: #61A375;
}
</style>