Shades of Oxley #62A075
Tints of Oxley #62A075
RGB
CMYK
RGB Variations
Color information
#62A075 (or 0x62A075) is known color: Oxley. HEX triplet: 62, A0 and 75. RGB value is (98,160,117). Sum of RGB (Red+Green+Blue) = 98+160+117=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #62A075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A075 is #9D5F8A. Grayscale: #888888. Windows color (decimal): -10313611 or 7708770. OLE color: 7708770.
HSL color Cylindrical-coordinate representation of color #62A075: hue angle of 138.39º 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 #62A075 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 117 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.37 |
| HSL | 138.39º | 0.25% | 0.51% | - |
| HSV(B) | 138.39º | 0.39% | 0.63% | - |
| XYZ | 20.82 | 29.02 | 21.33 | - |
| YUV | 136.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 117 | 0.39 | 0 | 0.27 | 0.37 | 138.39 | 0.25 | 0.51 |
| Hex | 62 | A0 | 75 | 27 | 0 | 1B | 25 | 8A | 19 | 33 |
| Octal | 142 | 240 | 165 | 47 | 0 | 33 | 45 | 212 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1110101 | 100111 | 0 | 11011 | 100101 | 10001010 | 11001 | 110011 |
Color Harmonies of #62A075
Complementary color
Monochromatic Colors of #62A075
Black with #62A075
Text Example
Text Example
White with #62A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A075; }
p { color: rgb(98,160,117); }
H1.HeaderClassName
{
color: #62A075;
}
.AnyTagClassName
{
color: #62A075;
}
</style>
background-color css
<style>
a { background-color: #62A075; }
a { background-color: rgb(98,160,117); }
div.DivClassName
{
background-color: #62A075;
}
.BgClassName
{
background-color: #62A075;
}
</style>
border-color css
<style>
span { border-color: #62A075; }
span { border-color: rgb(98,160,117); }
td.TdClassName
{
border-color: #62A075;
}
.TagClassName
{
border-color: #62A075;
}
</style>