Shades of Oxley #62AA7D
Tints of Oxley #62AA7D
RGB
CMYK
RGB Variations
Color information
#62AA7D (or 0x62AA7D) is known color: Oxley. HEX triplet: 62, AA and 7D. RGB value is (98,170,125). Sum of RGB (Red+Green+Blue) = 98+170+125=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA7D is #9D5582. Grayscale: #8F8F8F. Windows color (decimal): -10311043 or 8235618. OLE color: 8235618.
HSL color Cylindrical-coordinate representation of color #62AA7D: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AA7D is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 125 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.33 |
| HSL | 142.5º | 0.3% | 0.53% | - |
| HSV(B) | 142.5º | 0.42% | 0.67% | - |
| XYZ | 23.11 | 32.83 | 24.52 | - |
| YUV | 143.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 125 | 0.42 | 0 | 0.26 | 0.33 | 142.5 | 0.3 | 0.53 |
| Hex | 62 | AA | 7D | 2A | 0 | 1A | 21 | 8E | 1E | 35 |
| Octal | 142 | 252 | 175 | 52 | 0 | 32 | 41 | 216 | 36 | 65 |
| Binary | 1100010 | 10101010 | 1111101 | 101010 | 0 | 11010 | 100001 | 10001110 | 11110 | 110101 |
Color Harmonies of #62AA7D
Complementary color
Monochromatic Colors of #62AA7D
Black with #62AA7D
Text Example
Text Example
White with #62AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AA7D; }
p { color: rgb(98,170,125); }
H1.HeaderClassName
{
color: #62AA7D;
}
.AnyTagClassName
{
color: #62AA7D;
}
</style>
background-color css
<style>
a { background-color: #62AA7D; }
a { background-color: rgb(98,170,125); }
div.DivClassName
{
background-color: #62AA7D;
}
.BgClassName
{
background-color: #62AA7D;
}
</style>
border-color css
<style>
span { border-color: #62AA7D; }
span { border-color: rgb(98,170,125); }
td.TdClassName
{
border-color: #62AA7D;
}
.TagClassName
{
border-color: #62AA7D;
}
</style>