Shades of Oxley #62A275
Tints of Oxley #62A275
RGB
CMYK
RGB Variations
Color information
#62A275 (or 0x62A275) is known color: Oxley. HEX triplet: 62, A2 and 75. RGB value is (98,162,117). Sum of RGB (Red+Green+Blue) = 98+162+117=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #62A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A275 is #9D5D8A. Grayscale: #898989. Windows color (decimal): -10313099 or 7709282. OLE color: 7709282.
HSL color Cylindrical-coordinate representation of color #62A275: hue angle of 137.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A275 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 117 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.36 |
| HSL | 137.81º | 0.26% | 0.51% | - |
| HSV(B) | 137.81º | 0.4% | 0.64% | - |
| XYZ | 21.17 | 29.72 | 21.45 | - |
| YUV | 137.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 117 | 0.40 | 0 | 0.28 | 0.36 | 137.81 | 0.26 | 0.51 |
| Hex | 62 | A2 | 75 | 28 | 0 | 1C | 24 | 8A | 1A | 33 |
| Octal | 142 | 242 | 165 | 50 | 0 | 34 | 44 | 212 | 32 | 63 |
| Binary | 1100010 | 10100010 | 1110101 | 101000 | 0 | 11100 | 100100 | 10001010 | 11010 | 110011 |
Color Harmonies of #62A275
Complementary color
Monochromatic Colors of #62A275
Black with #62A275
Text Example
Text Example
White with #62A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A275; }
p { color: rgb(98,162,117); }
H1.HeaderClassName
{
color: #62A275;
}
.AnyTagClassName
{
color: #62A275;
}
</style>
background-color css
<style>
a { background-color: #62A275; }
a { background-color: rgb(98,162,117); }
div.DivClassName
{
background-color: #62A275;
}
.BgClassName
{
background-color: #62A275;
}
</style>
border-color css
<style>
span { border-color: #62A275; }
span { border-color: rgb(98,162,117); }
td.TdClassName
{
border-color: #62A275;
}
.TagClassName
{
border-color: #62A275;
}
</style>