Shades of Oxley #62A07B
Tints of Oxley #62A07B
RGB
CMYK
RGB Variations
Color information
#62A07B (or 0x62A07B) is known color: Oxley. HEX triplet: 62, A0 and 7B. RGB value is (98,160,123). Sum of RGB (Red+Green+Blue) = 98+160+123=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #62A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A07B is #9D5F84. Grayscale: #898989. Windows color (decimal): -10313605 or 8101986. OLE color: 8101986.
HSL color Cylindrical-coordinate representation of color #62A07B: hue angle of 144.19º 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 #62A07B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 123 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.37 |
| HSL | 144.19º | 0.25% | 0.51% | - |
| HSV(B) | 144.19º | 0.39% | 0.63% | - |
| XYZ | 21.18 | 29.17 | 23.25 | - |
| YUV | 137.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 123 | 0.39 | 0 | 0.23 | 0.37 | 144.19 | 0.25 | 0.51 |
| Hex | 62 | A0 | 7B | 27 | 0 | 17 | 25 | 90 | 19 | 33 |
| Octal | 142 | 240 | 173 | 47 | 0 | 27 | 45 | 220 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1111011 | 100111 | 0 | 10111 | 100101 | 10010000 | 11001 | 110011 |
Color Harmonies of #62A07B
Complementary color
Monochromatic Colors of #62A07B
Black with #62A07B
Text Example
Text Example
White with #62A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A07B; }
p { color: rgb(98,160,123); }
H1.HeaderClassName
{
color: #62A07B;
}
.AnyTagClassName
{
color: #62A07B;
}
</style>
background-color css
<style>
a { background-color: #62A07B; }
a { background-color: rgb(98,160,123); }
div.DivClassName
{
background-color: #62A07B;
}
.BgClassName
{
background-color: #62A07B;
}
</style>
border-color css
<style>
span { border-color: #62A07B; }
span { border-color: rgb(98,160,123); }
td.TdClassName
{
border-color: #62A07B;
}
.TagClassName
{
border-color: #62A07B;
}
</style>