Shades of Oxley #61AA7A
Tints of Oxley #61AA7A
RGB
CMYK
RGB Variations
Color information
#61AA7A (or 0x61AA7A) is known color: Oxley. HEX triplet: 61, AA and 7A. RGB value is (97,170,122). Sum of RGB (Red+Green+Blue) = 97+170+122=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA7A is #9E5585. Grayscale: #8E8E8E. Windows color (decimal): -10376582 or 8039009. OLE color: 8039009.
HSL color Cylindrical-coordinate representation of color #61AA7A: hue angle of 140.55º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA7A is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 122 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.33 |
| HSL | 140.55º | 0.3% | 0.52% | - |
| HSV(B) | 140.55º | 0.43% | 0.67% | - |
| XYZ | 22.82 | 32.7 | 23.52 | - |
| YUV | 142.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 122 | 0.43 | 0 | 0.28 | 0.33 | 140.55 | 0.3 | 0.52 |
| Hex | 61 | AA | 7A | 2B | 0 | 1C | 21 | 8D | 1E | 34 |
| Octal | 141 | 252 | 172 | 53 | 0 | 34 | 41 | 215 | 36 | 64 |
| Binary | 1100001 | 10101010 | 1111010 | 101011 | 0 | 11100 | 100001 | 10001101 | 11110 | 110100 |
Color Harmonies of #61AA7A
Complementary color
Monochromatic Colors of #61AA7A
Black with #61AA7A
Text Example
Text Example
White with #61AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA7A; }
p { color: rgb(97,170,122); }
H1.HeaderClassName
{
color: #61AA7A;
}
.AnyTagClassName
{
color: #61AA7A;
}
</style>
background-color css
<style>
a { background-color: #61AA7A; }
a { background-color: rgb(97,170,122); }
div.DivClassName
{
background-color: #61AA7A;
}
.BgClassName
{
background-color: #61AA7A;
}
</style>
border-color css
<style>
span { border-color: #61AA7A; }
span { border-color: rgb(97,170,122); }
td.TdClassName
{
border-color: #61AA7A;
}
.TagClassName
{
border-color: #61AA7A;
}
</style>