Shades of Oxley #62946D
Tints of Oxley #62946D
RGB
CMYK
RGB Variations
Color information
#62946D (or 0x62946D) is known color: Oxley. HEX triplet: 62, 94 and 6D. RGB value is (98,148,109). Sum of RGB (Red+Green+Blue) = 98+148+109=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #62946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62946D is #9D6B92. Grayscale: #808080. Windows color (decimal): -10316691 or 7181410. OLE color: 7181410.
HSL color Cylindrical-coordinate representation of color #62946D: hue angle of 133.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62946D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 109 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.42 |
| HSL | 133.2º | 0.2% | 0.48% | - |
| HSV(B) | 133.2º | 0.34% | 0.58% | - |
| XYZ | 18.39 | 24.88 | 18.3 | - |
| YUV | 128.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 109 | 0.34 | 0 | 0.26 | 0.42 | 133.2 | 0.2 | 0.48 |
| Hex | 62 | 94 | 6D | 22 | 0 | 1A | 2A | 85 | 14 | 30 |
| Octal | 142 | 224 | 155 | 42 | 0 | 32 | 52 | 205 | 24 | 60 |
| Binary | 1100010 | 10010100 | 1101101 | 100010 | 0 | 11010 | 101010 | 10000101 | 10100 | 110000 |
Color Harmonies of #62946D
Complementary color
Monochromatic Colors of #62946D
Black with #62946D
Text Example
Text Example
White with #62946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62946D; }
p { color: rgb(98,148,109); }
H1.HeaderClassName
{
color: #62946D;
}
.AnyTagClassName
{
color: #62946D;
}
</style>
background-color css
<style>
a { background-color: #62946D; }
a { background-color: rgb(98,148,109); }
div.DivClassName
{
background-color: #62946D;
}
.BgClassName
{
background-color: #62946D;
}
</style>
border-color css
<style>
span { border-color: #62946D; }
span { border-color: rgb(98,148,109); }
td.TdClassName
{
border-color: #62946D;
}
.TagClassName
{
border-color: #62946D;
}
</style>