Shades of Oxley #62A372
Tints of Oxley #62A372
RGB
CMYK
RGB Variations
Color information
#62A372 (or 0x62A372) is known color: Oxley. HEX triplet: 62, A3 and 72. RGB value is (98,163,114). Sum of RGB (Red+Green+Blue) = 98+163+114=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #62A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A372 is #9D5C8D. Grayscale: #8A8A8A. Windows color (decimal): -10312846 or 7512930. OLE color: 7512930.
HSL color Cylindrical-coordinate representation of color #62A372: hue angle of 134.77º 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 #62A372 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 114 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.36 |
| HSL | 134.77º | 0.26% | 0.51% | - |
| HSV(B) | 134.77º | 0.4% | 0.64% | - |
| XYZ | 21.17 | 30.01 | 20.6 | - |
| YUV | 137.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 114 | 0.40 | 0 | 0.30 | 0.36 | 134.77 | 0.26 | 0.51 |
| Hex | 62 | A3 | 72 | 28 | 0 | 1E | 24 | 87 | 1A | 33 |
| Octal | 142 | 243 | 162 | 50 | 0 | 36 | 44 | 207 | 32 | 63 |
| Binary | 1100010 | 10100011 | 1110010 | 101000 | 0 | 11110 | 100100 | 10000111 | 11010 | 110011 |
Color Harmonies of #62A372
Complementary color
Monochromatic Colors of #62A372
Black with #62A372
Text Example
Text Example
White with #62A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A372; }
p { color: rgb(98,163,114); }
H1.HeaderClassName
{
color: #62A372;
}
.AnyTagClassName
{
color: #62A372;
}
</style>
background-color css
<style>
a { background-color: #62A372; }
a { background-color: rgb(98,163,114); }
div.DivClassName
{
background-color: #62A372;
}
.BgClassName
{
background-color: #62A372;
}
</style>
border-color css
<style>
span { border-color: #62A372; }
span { border-color: rgb(98,163,114); }
td.TdClassName
{
border-color: #62A372;
}
.TagClassName
{
border-color: #62A372;
}
</style>