Shades of Oxley #62AE7A
Tints of Oxley #62AE7A
RGB
CMYK
RGB Variations
Color information
#62AE7A (or 0x62AE7A) is known color: Oxley. HEX triplet: 62, AE and 7A. RGB value is (98,174,122). Sum of RGB (Red+Green+Blue) = 98+174+122=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AE7A is #9D5185. Grayscale: #919191. Windows color (decimal): -10310022 or 8040034. OLE color: 8040034.
HSL color Cylindrical-coordinate representation of color #62AE7A: hue angle of 138.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AE7A is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 174 | 122 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.32 |
| HSL | 138.95º | 0.32% | 0.53% | - |
| HSV(B) | 138.95º | 0.44% | 0.68% | - |
| XYZ | 23.69 | 34.27 | 23.78 | - |
| YUV | 145.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 122 | 0.44 | 0 | 0.30 | 0.32 | 138.95 | 0.32 | 0.53 |
| Hex | 62 | AE | 7A | 2C | 0 | 1E | 20 | 8B | 20 | 35 |
| Octal | 142 | 256 | 172 | 54 | 0 | 36 | 40 | 213 | 40 | 65 |
| Binary | 1100010 | 10101110 | 1111010 | 101100 | 0 | 11110 | 100000 | 10001011 | 100000 | 110101 |
Color Harmonies of #62AE7A
Complementary color
Monochromatic Colors of #62AE7A
Black with #62AE7A
Text Example
Text Example
White with #62AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AE7A; }
p { color: rgb(98,174,122); }
H1.HeaderClassName
{
color: #62AE7A;
}
.AnyTagClassName
{
color: #62AE7A;
}
</style>
background-color css
<style>
a { background-color: #62AE7A; }
a { background-color: rgb(98,174,122); }
div.DivClassName
{
background-color: #62AE7A;
}
.BgClassName
{
background-color: #62AE7A;
}
</style>
border-color css
<style>
span { border-color: #62AE7A; }
span { border-color: rgb(98,174,122); }
td.TdClassName
{
border-color: #62AE7A;
}
.TagClassName
{
border-color: #62AE7A;
}
</style>