Shades of Oxley #62A070
Tints of Oxley #62A070
RGB
CMYK
RGB Variations
Color information
#62A070 (or 0x62A070) is known color: Oxley. HEX triplet: 62, A0 and 70. RGB value is (98,160,112). Sum of RGB (Red+Green+Blue) = 98+160+112=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #62A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A070 is #9D5F8F. Grayscale: #888888. Windows color (decimal): -10313616 or 7381090. OLE color: 7381090.
HSL color Cylindrical-coordinate representation of color #62A070: hue angle of 133.55º 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 #62A070 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 112 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.37 |
| HSL | 133.55º | 0.25% | 0.51% | - |
| HSV(B) | 133.55º | 0.39% | 0.63% | - |
| XYZ | 20.53 | 28.91 | 19.83 | - |
| YUV | 135.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 112 | 0.39 | 0 | 0.30 | 0.37 | 133.55 | 0.25 | 0.51 |
| Hex | 62 | A0 | 70 | 27 | 0 | 1E | 25 | 86 | 19 | 33 |
| Octal | 142 | 240 | 160 | 47 | 0 | 36 | 45 | 206 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1110000 | 100111 | 0 | 11110 | 100101 | 10000110 | 11001 | 110011 |
Color Harmonies of #62A070
Complementary color
Monochromatic Colors of #62A070
Black with #62A070
Text Example
Text Example
White with #62A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A070; }
p { color: rgb(98,160,112); }
H1.HeaderClassName
{
color: #62A070;
}
.AnyTagClassName
{
color: #62A070;
}
</style>
background-color css
<style>
a { background-color: #62A070; }
a { background-color: rgb(98,160,112); }
div.DivClassName
{
background-color: #62A070;
}
.BgClassName
{
background-color: #62A070;
}
</style>
border-color css
<style>
span { border-color: #62A070; }
span { border-color: rgb(98,160,112); }
td.TdClassName
{
border-color: #62A070;
}
.TagClassName
{
border-color: #62A070;
}
</style>