Shades of Oxley #628C70
Tints of Oxley #628C70
RGB
CMYK
RGB Variations
Color information
#628C70 (or 0x628C70) is known color: Oxley. HEX triplet: 62, 8C and 70. RGB value is (98,140,112). Sum of RGB (Red+Green+Blue) = 98+140+112=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #628C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628C70 is #9D738F. Grayscale: #7C7C7C. Windows color (decimal): -10318736 or 7375970. OLE color: 7375970.
HSL color Cylindrical-coordinate representation of color #628C70: hue angle of 140º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628C70 is Cyan = 0.3, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 112 | - |
| CMYK | 0.3 | 0 | 0.20 | 0.45 |
| HSL | 140º | 0.18% | 0.47% | - |
| HSV(B) | 140º | 0.3% | 0.55% | - |
| XYZ | 17.34 | 22.52 | 18.76 | - |
| YUV | 124.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 112 | 0.3 | 0 | 0.20 | 0.45 | 140 | 0.18 | 0.47 |
| Hex | 62 | 8C | 70 | 1E | 0 | 14 | 2D | 8C | 12 | 2F |
| Octal | 142 | 214 | 160 | 36 | 0 | 24 | 55 | 214 | 22 | 57 |
| Binary | 1100010 | 10001100 | 1110000 | 11110 | 0 | 10100 | 101101 | 10001100 | 10010 | 101111 |
Color Harmonies of #628C70
Complementary color
Monochromatic Colors of #628C70
Black with #628C70
Text Example
Text Example
White with #628C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C70; }
p { color: rgb(98,140,112); }
H1.HeaderClassName
{
color: #628C70;
}
.AnyTagClassName
{
color: #628C70;
}
</style>
background-color css
<style>
a { background-color: #628C70; }
a { background-color: rgb(98,140,112); }
div.DivClassName
{
background-color: #628C70;
}
.BgClassName
{
background-color: #628C70;
}
</style>
border-color css
<style>
span { border-color: #628C70; }
span { border-color: rgb(98,140,112); }
td.TdClassName
{
border-color: #628C70;
}
.TagClassName
{
border-color: #628C70;
}
</style>