Shades of Oxley #62A06B
Tints of Oxley #62A06B
RGB
CMYK
RGB Variations
Color information
#62A06B (or 0x62A06B) is known color: Oxley. HEX triplet: 62, A0 and 6B. RGB value is (98,160,107). Sum of RGB (Red+Green+Blue) = 98+160+107=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #62A06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A06B is #9D5F94. Grayscale: #878787. Windows color (decimal): -10313621 or 7053410. OLE color: 7053410.
HSL color Cylindrical-coordinate representation of color #62A06B: hue angle of 128.71º 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 #62A06B is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 107 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.37 |
| HSL | 128.71º | 0.25% | 0.51% | - |
| HSV(B) | 128.71º | 0.39% | 0.63% | - |
| XYZ | 20.26 | 28.8 | 18.4 | - |
| YUV | 135.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 107 | 0.39 | 0 | 0.33 | 0.37 | 128.71 | 0.25 | 0.51 |
| Hex | 62 | A0 | 6B | 27 | 0 | 21 | 25 | 81 | 19 | 33 |
| Octal | 142 | 240 | 153 | 47 | 0 | 41 | 45 | 201 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1101011 | 100111 | 0 | 100001 | 100101 | 10000001 | 11001 | 110011 |
Color Harmonies of #62A06B
Complementary color
Monochromatic Colors of #62A06B
Black with #62A06B
Text Example
Text Example
White with #62A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A06B; }
p { color: rgb(98,160,107); }
H1.HeaderClassName
{
color: #62A06B;
}
.AnyTagClassName
{
color: #62A06B;
}
</style>
background-color css
<style>
a { background-color: #62A06B; }
a { background-color: rgb(98,160,107); }
div.DivClassName
{
background-color: #62A06B;
}
.BgClassName
{
background-color: #62A06B;
}
</style>
border-color css
<style>
span { border-color: #62A06B; }
span { border-color: rgb(98,160,107); }
td.TdClassName
{
border-color: #62A06B;
}
.TagClassName
{
border-color: #62A06B;
}
</style>