Shades of Oxley #61A572
Tints of Oxley #61A572
RGB
CMYK
RGB Variations
Color information
#61A572 (or 0x61A572) is known color: Oxley. HEX triplet: 61, A5 and 72. RGB value is (97,165,114). Sum of RGB (Red+Green+Blue) = 97+165+114=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #61A572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A572 is #9E5A8D. Grayscale: #8A8A8A. Windows color (decimal): -10377870 or 7513441. OLE color: 7513441.
HSL color Cylindrical-coordinate representation of color #61A572: hue angle of 135º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A572 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 114 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.35 |
| HSL | 135º | 0.27% | 0.51% | - |
| HSV(B) | 135º | 0.41% | 0.65% | - |
| XYZ | 21.42 | 30.67 | 20.71 | - |
| YUV | 138.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 114 | 0.41 | 0 | 0.31 | 0.35 | 135 | 0.27 | 0.51 |
| Hex | 61 | A5 | 72 | 29 | 0 | 1F | 23 | 87 | 1B | 33 |
| Octal | 141 | 245 | 162 | 51 | 0 | 37 | 43 | 207 | 33 | 63 |
| Binary | 1100001 | 10100101 | 1110010 | 101001 | 0 | 11111 | 100011 | 10000111 | 11011 | 110011 |
Color Harmonies of #61A572
Complementary color
Monochromatic Colors of #61A572
Black with #61A572
Text Example
Text Example
White with #61A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A572; }
p { color: rgb(97,165,114); }
H1.HeaderClassName
{
color: #61A572;
}
.AnyTagClassName
{
color: #61A572;
}
</style>
background-color css
<style>
a { background-color: #61A572; }
a { background-color: rgb(97,165,114); }
div.DivClassName
{
background-color: #61A572;
}
.BgClassName
{
background-color: #61A572;
}
</style>
border-color css
<style>
span { border-color: #61A572; }
span { border-color: rgb(97,165,114); }
td.TdClassName
{
border-color: #61A572;
}
.TagClassName
{
border-color: #61A572;
}
</style>