Shades of Oxley #61A47A
Tints of Oxley #61A47A
RGB
CMYK
RGB Variations
Color information
#61A47A (or 0x61A47A) is known color: Oxley. HEX triplet: 61, A4 and 7A. RGB value is (97,164,122). Sum of RGB (Red+Green+Blue) = 97+164+122=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #61A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A47A is #9E5B85. Grayscale: #8B8B8B. Windows color (decimal): -10378118 or 8037473. OLE color: 8037473.
HSL color Cylindrical-coordinate representation of color #61A47A: hue angle of 142.39º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A47A is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 122 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.36 |
| HSL | 142.39º | 0.27% | 0.51% | - |
| HSV(B) | 142.39º | 0.41% | 0.64% | - |
| XYZ | 21.72 | 30.5 | 23.15 | - |
| YUV | 139.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 122 | 0.41 | 0 | 0.26 | 0.36 | 142.39 | 0.27 | 0.51 |
| Hex | 61 | A4 | 7A | 29 | 0 | 1A | 24 | 8E | 1B | 33 |
| Octal | 141 | 244 | 172 | 51 | 0 | 32 | 44 | 216 | 33 | 63 |
| Binary | 1100001 | 10100100 | 1111010 | 101001 | 0 | 11010 | 100100 | 10001110 | 11011 | 110011 |
Color Harmonies of #61A47A
Complementary color
Monochromatic Colors of #61A47A
Black with #61A47A
Text Example
Text Example
White with #61A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A47A; }
p { color: rgb(97,164,122); }
H1.HeaderClassName
{
color: #61A47A;
}
.AnyTagClassName
{
color: #61A47A;
}
</style>
background-color css
<style>
a { background-color: #61A47A; }
a { background-color: rgb(97,164,122); }
div.DivClassName
{
background-color: #61A47A;
}
.BgClassName
{
background-color: #61A47A;
}
</style>
border-color css
<style>
span { border-color: #61A47A; }
span { border-color: rgb(97,164,122); }
td.TdClassName
{
border-color: #61A47A;
}
.TagClassName
{
border-color: #61A47A;
}
</style>