Shades of Oxley #62A26B
Tints of Oxley #62A26B
RGB
CMYK
RGB Variations
Color information
#62A26B (or 0x62A26B) is known color: Oxley. HEX triplet: 62, A2 and 6B. RGB value is (98,162,107). Sum of RGB (Red+Green+Blue) = 98+162+107=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #62A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A26B is #9D5D94. Grayscale: #888888. Windows color (decimal): -10313109 or 7053922. OLE color: 7053922.
HSL color Cylindrical-coordinate representation of color #62A26B: hue angle of 128.44º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A26B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 107 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.36 |
| HSL | 128.44º | 0.26% | 0.51% | - |
| HSV(B) | 128.44º | 0.4% | 0.64% | - |
| XYZ | 20.61 | 29.5 | 18.52 | - |
| YUV | 136.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 107 | 0.40 | 0 | 0.34 | 0.36 | 128.44 | 0.26 | 0.51 |
| Hex | 62 | A2 | 6B | 28 | 0 | 22 | 24 | 80 | 1A | 33 |
| Octal | 142 | 242 | 153 | 50 | 0 | 42 | 44 | 200 | 32 | 63 |
| Binary | 1100010 | 10100010 | 1101011 | 101000 | 0 | 100010 | 100100 | 10000000 | 11010 | 110011 |
Color Harmonies of #62A26B
Complementary color
Monochromatic Colors of #62A26B
Black with #62A26B
Text Example
Text Example
White with #62A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A26B; }
p { color: rgb(98,162,107); }
H1.HeaderClassName
{
color: #62A26B;
}
.AnyTagClassName
{
color: #62A26B;
}
</style>
background-color css
<style>
a { background-color: #62A26B; }
a { background-color: rgb(98,162,107); }
div.DivClassName
{
background-color: #62A26B;
}
.BgClassName
{
background-color: #62A26B;
}
</style>
border-color css
<style>
span { border-color: #62A26B; }
span { border-color: rgb(98,162,107); }
td.TdClassName
{
border-color: #62A26B;
}
.TagClassName
{
border-color: #62A26B;
}
</style>