Shades of Oxley #62A173
Tints of Oxley #62A173
RGB
CMYK
RGB Variations
Color information
#62A173 (or 0x62A173) is known color: Oxley. HEX triplet: 62, A1 and 73. RGB value is (98,161,115). Sum of RGB (Red+Green+Blue) = 98+161+115=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #62A173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A173 is #9D5E8C. Grayscale: #898989. Windows color (decimal): -10313357 or 7577954. OLE color: 7577954.
HSL color Cylindrical-coordinate representation of color #62A173: hue angle of 136.19º 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 #62A173 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 115 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.37 |
| HSL | 136.19º | 0.25% | 0.51% | - |
| HSV(B) | 136.19º | 0.39% | 0.63% | - |
| XYZ | 20.88 | 29.32 | 20.78 | - |
| YUV | 136.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 115 | 0.39 | 0 | 0.29 | 0.37 | 136.19 | 0.25 | 0.51 |
| Hex | 62 | A1 | 73 | 27 | 0 | 1D | 25 | 88 | 19 | 33 |
| Octal | 142 | 241 | 163 | 47 | 0 | 35 | 45 | 210 | 31 | 63 |
| Binary | 1100010 | 10100001 | 1110011 | 100111 | 0 | 11101 | 100101 | 10001000 | 11001 | 110011 |
Color Harmonies of #62A173
Complementary color
Monochromatic Colors of #62A173
Black with #62A173
Text Example
Text Example
White with #62A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A173; }
p { color: rgb(98,161,115); }
H1.HeaderClassName
{
color: #62A173;
}
.AnyTagClassName
{
color: #62A173;
}
</style>
background-color css
<style>
a { background-color: #62A173; }
a { background-color: rgb(98,161,115); }
div.DivClassName
{
background-color: #62A173;
}
.BgClassName
{
background-color: #62A173;
}
</style>
border-color css
<style>
span { border-color: #62A173; }
span { border-color: rgb(98,161,115); }
td.TdClassName
{
border-color: #62A173;
}
.TagClassName
{
border-color: #62A173;
}
</style>