Shades of Oxley #62A16F
Tints of Oxley #62A16F
RGB
CMYK
RGB Variations
Color information
#62A16F (or 0x62A16F) is known color: Oxley. HEX triplet: 62, A1 and 6F. RGB value is (98,161,111). Sum of RGB (Red+Green+Blue) = 98+161+111=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #62A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A16F is #9D5E90. Grayscale: #888888. Windows color (decimal): -10313361 or 7315810. OLE color: 7315810.
HSL color Cylindrical-coordinate representation of color #62A16F: hue angle of 132.38º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A16F is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 111 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.37 |
| HSL | 132.38º | 0.25% | 0.51% | - |
| HSV(B) | 132.38º | 0.39% | 0.63% | - |
| XYZ | 20.65 | 29.23 | 19.59 | - |
| YUV | 136.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 111 | 0.39 | 0 | 0.31 | 0.37 | 132.38 | 0.25 | 0.51 |
| Hex | 62 | A1 | 6F | 27 | 0 | 1F | 25 | 84 | 19 | 33 |
| Octal | 142 | 241 | 157 | 47 | 0 | 37 | 45 | 204 | 31 | 63 |
| Binary | 1100010 | 10100001 | 1101111 | 100111 | 0 | 11111 | 100101 | 10000100 | 11001 | 110011 |
Color Harmonies of #62A16F
Complementary color
Monochromatic Colors of #62A16F
Black with #62A16F
Text Example
Text Example
White with #62A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A16F; }
p { color: rgb(98,161,111); }
H1.HeaderClassName
{
color: #62A16F;
}
.AnyTagClassName
{
color: #62A16F;
}
</style>
background-color css
<style>
a { background-color: #62A16F; }
a { background-color: rgb(98,161,111); }
div.DivClassName
{
background-color: #62A16F;
}
.BgClassName
{
background-color: #62A16F;
}
</style>
border-color css
<style>
span { border-color: #62A16F; }
span { border-color: rgb(98,161,111); }
td.TdClassName
{
border-color: #62A16F;
}
.TagClassName
{
border-color: #62A16F;
}
</style>