Shades of Oxley #62A179
Tints of Oxley #62A179
RGB
CMYK
RGB Variations
Color information
#62A179 (or 0x62A179) is known color: Oxley. HEX triplet: 62, A1 and 79. RGB value is (98,161,121). Sum of RGB (Red+Green+Blue) = 98+161+121=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #62A179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A179 is #9D5E86. Grayscale: #898989. Windows color (decimal): -10313351 or 7971170. OLE color: 7971170.
HSL color Cylindrical-coordinate representation of color #62A179: hue angle of 141.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A179 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 121 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.37 |
| HSL | 141.9º | 0.25% | 0.51% | - |
| HSV(B) | 141.9º | 0.39% | 0.63% | - |
| XYZ | 21.23 | 29.47 | 22.66 | - |
| YUV | 137.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 121 | 0.39 | 0 | 0.25 | 0.37 | 141.9 | 0.25 | 0.51 |
| Hex | 62 | A1 | 79 | 27 | 0 | 19 | 25 | 8E | 19 | 33 |
| Octal | 142 | 241 | 171 | 47 | 0 | 31 | 45 | 216 | 31 | 63 |
| Binary | 1100010 | 10100001 | 1111001 | 100111 | 0 | 11001 | 100101 | 10001110 | 11001 | 110011 |
Color Harmonies of #62A179
Complementary color
Monochromatic Colors of #62A179
Black with #62A179
Text Example
Text Example
White with #62A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A179; }
p { color: rgb(98,161,121); }
H1.HeaderClassName
{
color: #62A179;
}
.AnyTagClassName
{
color: #62A179;
}
</style>
background-color css
<style>
a { background-color: #62A179; }
a { background-color: rgb(98,161,121); }
div.DivClassName
{
background-color: #62A179;
}
.BgClassName
{
background-color: #62A179;
}
</style>
border-color css
<style>
span { border-color: #62A179; }
span { border-color: rgb(98,161,121); }
td.TdClassName
{
border-color: #62A179;
}
.TagClassName
{
border-color: #62A179;
}
</style>