Shades of Oxley #62A46D
Tints of Oxley #62A46D
RGB
CMYK
RGB Variations
Color information
#62A46D (or 0x62A46D) is known color: Oxley. HEX triplet: 62, A4 and 6D. RGB value is (98,164,109). Sum of RGB (Red+Green+Blue) = 98+164+109=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #62A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A46D is #9D5B92. Grayscale: #8A8A8A. Windows color (decimal): -10312595 or 7185506. OLE color: 7185506.
HSL color Cylindrical-coordinate representation of color #62A46D: hue angle of 130º degrees, saturation: 0.27, 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 #62A46D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 109 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.36 |
| HSL | 130º | 0.27% | 0.51% | - |
| HSV(B) | 130º | 0.4% | 0.64% | - |
| XYZ | 21.07 | 30.25 | 19.2 | - |
| YUV | 138 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 109 | 0.40 | 0 | 0.34 | 0.36 | 130 | 0.27 | 0.51 |
| Hex | 62 | A4 | 6D | 28 | 0 | 22 | 24 | 82 | 1B | 33 |
| Octal | 142 | 244 | 155 | 50 | 0 | 42 | 44 | 202 | 33 | 63 |
| Binary | 1100010 | 10100100 | 1101101 | 101000 | 0 | 100010 | 100100 | 10000010 | 11011 | 110011 |
Color Harmonies of #62A46D
Complementary color
Monochromatic Colors of #62A46D
Black with #62A46D
Text Example
Text Example
White with #62A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A46D; }
p { color: rgb(98,164,109); }
H1.HeaderClassName
{
color: #62A46D;
}
.AnyTagClassName
{
color: #62A46D;
}
</style>
background-color css
<style>
a { background-color: #62A46D; }
a { background-color: rgb(98,164,109); }
div.DivClassName
{
background-color: #62A46D;
}
.BgClassName
{
background-color: #62A46D;
}
</style>
border-color css
<style>
span { border-color: #62A46D; }
span { border-color: rgb(98,164,109); }
td.TdClassName
{
border-color: #62A46D;
}
.TagClassName
{
border-color: #62A46D;
}
</style>