Shades of Oxley #62996C
Tints of Oxley #62996C
RGB
CMYK
RGB Variations
Color information
#62996C (or 0x62996C) is known color: Oxley. HEX triplet: 62, 99 and 6C. RGB value is (98,153,108). Sum of RGB (Red+Green+Blue) = 98+153+108=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #62996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62996C is #9D6693. Grayscale: #838383. Windows color (decimal): -10315412 or 7117154. OLE color: 7117154.
HSL color Cylindrical-coordinate representation of color #62996C: hue angle of 130.91º 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 #62996C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 108 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.4 |
| HSL | 130.91º | 0.22% | 0.49% | - |
| HSV(B) | 130.91º | 0.36% | 0.6% | - |
| XYZ | 19.14 | 26.46 | 18.29 | - |
| YUV | 131.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 108 | 0.36 | 0 | 0.29 | 0.4 | 130.91 | 0.22 | 0.49 |
| Hex | 62 | 99 | 6C | 24 | 0 | 1D | 28 | 83 | 16 | 31 |
| Octal | 142 | 231 | 154 | 44 | 0 | 35 | 50 | 203 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1101100 | 100100 | 0 | 11101 | 101000 | 10000011 | 10110 | 110001 |
Color Harmonies of #62996C
Complementary color
Monochromatic Colors of #62996C
Black with #62996C
Text Example
Text Example
White with #62996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62996C; }
p { color: rgb(98,153,108); }
H1.HeaderClassName
{
color: #62996C;
}
.AnyTagClassName
{
color: #62996C;
}
</style>
background-color css
<style>
a { background-color: #62996C; }
a { background-color: rgb(98,153,108); }
div.DivClassName
{
background-color: #62996C;
}
.BgClassName
{
background-color: #62996C;
}
</style>
border-color css
<style>
span { border-color: #62996C; }
span { border-color: rgb(98,153,108); }
td.TdClassName
{
border-color: #62996C;
}
.TagClassName
{
border-color: #62996C;
}
</style>