Shades of Oxley #62AB7A
Tints of Oxley #62AB7A
RGB
CMYK
RGB Variations
Color information
#62AB7A (or 0x62AB7A) is known color: Oxley. HEX triplet: 62, AB and 7A. RGB value is (98,171,122). Sum of RGB (Red+Green+Blue) = 98+171+122=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AB7A is #9D5485. Grayscale: #8F8F8F. Windows color (decimal): -10310790 or 8039266. OLE color: 8039266.
HSL color Cylindrical-coordinate representation of color #62AB7A: hue angle of 139.73º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AB7A is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 122 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.33 |
| HSL | 139.73º | 0.3% | 0.53% | - |
| HSV(B) | 139.73º | 0.43% | 0.67% | - |
| XYZ | 23.11 | 33.13 | 23.59 | - |
| YUV | 143.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 122 | 0.43 | 0 | 0.29 | 0.33 | 139.73 | 0.3 | 0.53 |
| Hex | 62 | AB | 7A | 2B | 0 | 1D | 21 | 8C | 1E | 35 |
| Octal | 142 | 253 | 172 | 53 | 0 | 35 | 41 | 214 | 36 | 65 |
| Binary | 1100010 | 10101011 | 1111010 | 101011 | 0 | 11101 | 100001 | 10001100 | 11110 | 110101 |
Color Harmonies of #62AB7A
Complementary color
Monochromatic Colors of #62AB7A
Black with #62AB7A
Text Example
Text Example
White with #62AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB7A; }
p { color: rgb(98,171,122); }
H1.HeaderClassName
{
color: #62AB7A;
}
.AnyTagClassName
{
color: #62AB7A;
}
</style>
background-color css
<style>
a { background-color: #62AB7A; }
a { background-color: rgb(98,171,122); }
div.DivClassName
{
background-color: #62AB7A;
}
.BgClassName
{
background-color: #62AB7A;
}
</style>
border-color css
<style>
span { border-color: #62AB7A; }
span { border-color: rgb(98,171,122); }
td.TdClassName
{
border-color: #62AB7A;
}
.TagClassName
{
border-color: #62AB7A;
}
</style>