Shades of Oxley #62997A
Tints of Oxley #62997A
RGB
CMYK
RGB Variations
Color information
#62997A (or 0x62997A) is known color: Oxley. HEX triplet: 62, 99 and 7A. RGB value is (98,153,122). Sum of RGB (Red+Green+Blue) = 98+153+122=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #62997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997A is #9D6685. Grayscale: #858585. Windows color (decimal): -10315398 or 8034658. OLE color: 8034658.
HSL color Cylindrical-coordinate representation of color #62997A: hue angle of 146.18º 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 #62997A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 122 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.4 |
| HSL | 146.18º | 0.22% | 0.49% | - |
| HSV(B) | 146.18º | 0.36% | 0.6% | - |
| XYZ | 19.94 | 26.78 | 22.53 | - |
| YUV | 133.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 122 | 0.36 | 0 | 0.20 | 0.4 | 146.18 | 0.22 | 0.49 |
| Hex | 62 | 99 | 7A | 24 | 0 | 14 | 28 | 92 | 16 | 31 |
| Octal | 142 | 231 | 172 | 44 | 0 | 24 | 50 | 222 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1111010 | 100100 | 0 | 10100 | 101000 | 10010010 | 10110 | 110001 |
Color Harmonies of #62997A
Complementary color
Monochromatic Colors of #62997A
Black with #62997A
Text Example
Text Example
White with #62997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62997A; }
p { color: rgb(98,153,122); }
H1.HeaderClassName
{
color: #62997A;
}
.AnyTagClassName
{
color: #62997A;
}
</style>
background-color css
<style>
a { background-color: #62997A; }
a { background-color: rgb(98,153,122); }
div.DivClassName
{
background-color: #62997A;
}
.BgClassName
{
background-color: #62997A;
}
</style>
border-color css
<style>
span { border-color: #62997A; }
span { border-color: rgb(98,153,122); }
td.TdClassName
{
border-color: #62997A;
}
.TagClassName
{
border-color: #62997A;
}
</style>