Shades of Oxley #62A57F
Tints of Oxley #62A57F
RGB
CMYK
RGB Variations
Color information
#62A57F (or 0x62A57F) is known color: Oxley. HEX triplet: 62, A5 and 7F. RGB value is (98,165,127). Sum of RGB (Red+Green+Blue) = 98+165+127=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #62A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A57F is #9D5A80. Grayscale: #8C8C8C. Windows color (decimal): -10312321 or 8365410. OLE color: 8365410.
HSL color Cylindrical-coordinate representation of color #62A57F: hue angle of 145.97º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A57F is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 165 | 127 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.35 |
| HSL | 145.97º | 0.27% | 0.52% | - |
| HSV(B) | 145.97º | 0.41% | 0.65% | - |
| XYZ | 22.32 | 31.04 | 24.89 | - |
| YUV | 140.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 127 | 0.41 | 0 | 0.23 | 0.35 | 145.97 | 0.27 | 0.52 |
| Hex | 62 | A5 | 7F | 29 | 0 | 17 | 23 | 92 | 1B | 34 |
| Octal | 142 | 245 | 177 | 51 | 0 | 27 | 43 | 222 | 33 | 64 |
| Binary | 1100010 | 10100101 | 1111111 | 101001 | 0 | 10111 | 100011 | 10010010 | 11011 | 110100 |
Color Harmonies of #62A57F
Complementary color
Monochromatic Colors of #62A57F
Black with #62A57F
Text Example
Text Example
White with #62A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A57F; }
p { color: rgb(98,165,127); }
H1.HeaderClassName
{
color: #62A57F;
}
.AnyTagClassName
{
color: #62A57F;
}
</style>
background-color css
<style>
a { background-color: #62A57F; }
a { background-color: rgb(98,165,127); }
div.DivClassName
{
background-color: #62A57F;
}
.BgClassName
{
background-color: #62A57F;
}
</style>
border-color css
<style>
span { border-color: #62A57F; }
span { border-color: rgb(98,165,127); }
td.TdClassName
{
border-color: #62A57F;
}
.TagClassName
{
border-color: #62A57F;
}
</style>