Shades of Oxley #62AC7A
Tints of Oxley #62AC7A
RGB
CMYK
RGB Variations
Color information
#62AC7A (or 0x62AC7A) is known color: Oxley. HEX triplet: 62, AC and 7A. RGB value is (98,172,122). Sum of RGB (Red+Green+Blue) = 98+172+122=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AC7A is #9D5385. Grayscale: #909090. Windows color (decimal): -10310534 or 8039522. OLE color: 8039522.
HSL color Cylindrical-coordinate representation of color #62AC7A: hue angle of 139.46º degrees, saturation: 0.31, 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 #62AC7A is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 172 | 122 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.33 |
| HSL | 139.46º | 0.31% | 0.53% | - |
| HSV(B) | 139.46º | 0.43% | 0.67% | - |
| XYZ | 23.3 | 33.51 | 23.65 | - |
| YUV | 144.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 122 | 0.43 | 0 | 0.29 | 0.33 | 139.46 | 0.31 | 0.53 |
| Hex | 62 | AC | 7A | 2B | 0 | 1D | 21 | 8B | 1F | 35 |
| Octal | 142 | 254 | 172 | 53 | 0 | 35 | 41 | 213 | 37 | 65 |
| Binary | 1100010 | 10101100 | 1111010 | 101011 | 0 | 11101 | 100001 | 10001011 | 11111 | 110101 |
Color Harmonies of #62AC7A
Complementary color
Monochromatic Colors of #62AC7A
Black with #62AC7A
Text Example
Text Example
White with #62AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AC7A; }
p { color: rgb(98,172,122); }
H1.HeaderClassName
{
color: #62AC7A;
}
.AnyTagClassName
{
color: #62AC7A;
}
</style>
background-color css
<style>
a { background-color: #62AC7A; }
a { background-color: rgb(98,172,122); }
div.DivClassName
{
background-color: #62AC7A;
}
.BgClassName
{
background-color: #62AC7A;
}
</style>
border-color css
<style>
span { border-color: #62AC7A; }
span { border-color: rgb(98,172,122); }
td.TdClassName
{
border-color: #62AC7A;
}
.TagClassName
{
border-color: #62AC7A;
}
</style>