Shades of Oxley #61A673
Tints of Oxley #61A673
RGB
CMYK
RGB Variations
Color information
#61A673 (or 0x61A673) is known color: Oxley. HEX triplet: 61, A6 and 73. RGB value is (97,166,115). Sum of RGB (Red+Green+Blue) = 97+166+115=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #61A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A673 is #9E598C. Grayscale: #8B8B8B. Windows color (decimal): -10377613 or 7579233. OLE color: 7579233.
HSL color Cylindrical-coordinate representation of color #61A673: hue angle of 135.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A673 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 115 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.35 |
| HSL | 135.65º | 0.28% | 0.52% | - |
| HSV(B) | 135.65º | 0.42% | 0.65% | - |
| XYZ | 21.66 | 31.05 | 21.07 | - |
| YUV | 139.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 115 | 0.42 | 0 | 0.31 | 0.35 | 135.65 | 0.28 | 0.52 |
| Hex | 61 | A6 | 73 | 2A | 0 | 1F | 23 | 88 | 1C | 34 |
| Octal | 141 | 246 | 163 | 52 | 0 | 37 | 43 | 210 | 34 | 64 |
| Binary | 1100001 | 10100110 | 1110011 | 101010 | 0 | 11111 | 100011 | 10001000 | 11100 | 110100 |
Color Harmonies of #61A673
Complementary color
Monochromatic Colors of #61A673
Black with #61A673
Text Example
Text Example
White with #61A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A673; }
p { color: rgb(97,166,115); }
H1.HeaderClassName
{
color: #61A673;
}
.AnyTagClassName
{
color: #61A673;
}
</style>
background-color css
<style>
a { background-color: #61A673; }
a { background-color: rgb(97,166,115); }
div.DivClassName
{
background-color: #61A673;
}
.BgClassName
{
background-color: #61A673;
}
</style>
border-color css
<style>
span { border-color: #61A673; }
span { border-color: rgb(97,166,115); }
td.TdClassName
{
border-color: #61A673;
}
.TagClassName
{
border-color: #61A673;
}
</style>