Shades of Oxley #62986E
Tints of Oxley #62986E
RGB
CMYK
RGB Variations
Color information
#62986E (or 0x62986E) is known color: Oxley. HEX triplet: 62, 98 and 6E. RGB value is (98,152,110). Sum of RGB (Red+Green+Blue) = 98+152+110=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #62986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62986E is #9D6791. Grayscale: #838383. Windows color (decimal): -10315666 or 7247970. OLE color: 7247970.
HSL color Cylindrical-coordinate representation of color #62986E: hue angle of 133.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62986E is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 110 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.40 |
| HSL | 133.33º | 0.22% | 0.49% | - |
| HSV(B) | 133.33º | 0.36% | 0.6% | - |
| XYZ | 19.08 | 26.18 | 18.8 | - |
| YUV | 131.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 110 | 0.36 | 0 | 0.28 | 0.40 | 133.33 | 0.22 | 0.49 |
| Hex | 62 | 98 | 6E | 24 | 0 | 1C | 28 | 85 | 16 | 31 |
| Octal | 142 | 230 | 156 | 44 | 0 | 34 | 50 | 205 | 26 | 61 |
| Binary | 1100010 | 10011000 | 1101110 | 100100 | 0 | 11100 | 101000 | 10000101 | 10110 | 110001 |
Color Harmonies of #62986E
Complementary color
Monochromatic Colors of #62986E
Black with #62986E
Text Example
Text Example
White with #62986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62986E; }
p { color: rgb(98,152,110); }
H1.HeaderClassName
{
color: #62986E;
}
.AnyTagClassName
{
color: #62986E;
}
</style>
background-color css
<style>
a { background-color: #62986E; }
a { background-color: rgb(98,152,110); }
div.DivClassName
{
background-color: #62986E;
}
.BgClassName
{
background-color: #62986E;
}
</style>
border-color css
<style>
span { border-color: #62986E; }
span { border-color: rgb(98,152,110); }
td.TdClassName
{
border-color: #62986E;
}
.TagClassName
{
border-color: #62986E;
}
</style>