Shades of Oxley #628E6E
Tints of Oxley #628E6E
RGB
CMYK
RGB Variations
Color information
#628E6E (or 0x628E6E) is known color: Oxley. HEX triplet: 62, 8E and 6E. RGB value is (98,142,110). Sum of RGB (Red+Green+Blue) = 98+142+110=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #628E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E6E is #9D7191. Grayscale: #7D7D7D. Windows color (decimal): -10318226 or 7245410. OLE color: 7245410.
HSL color Cylindrical-coordinate representation of color #628E6E: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E6E is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 110 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.44 |
| HSL | 136.36º | 0.18% | 0.47% | - |
| HSV(B) | 136.36º | 0.31% | 0.56% | - |
| XYZ | 17.52 | 23.07 | 18.28 | - |
| YUV | 125.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 110 | 0.31 | 0 | 0.23 | 0.44 | 136.36 | 0.18 | 0.47 |
| Hex | 62 | 8E | 6E | 1F | 0 | 17 | 2C | 88 | 12 | 2F |
| Octal | 142 | 216 | 156 | 37 | 0 | 27 | 54 | 210 | 22 | 57 |
| Binary | 1100010 | 10001110 | 1101110 | 11111 | 0 | 10111 | 101100 | 10001000 | 10010 | 101111 |
Color Harmonies of #628E6E
Complementary color
Monochromatic Colors of #628E6E
Black with #628E6E
Text Example
Text Example
White with #628E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E6E; }
p { color: rgb(98,142,110); }
H1.HeaderClassName
{
color: #628E6E;
}
.AnyTagClassName
{
color: #628E6E;
}
</style>
background-color css
<style>
a { background-color: #628E6E; }
a { background-color: rgb(98,142,110); }
div.DivClassName
{
background-color: #628E6E;
}
.BgClassName
{
background-color: #628E6E;
}
</style>
border-color css
<style>
span { border-color: #628E6E; }
span { border-color: rgb(98,142,110); }
td.TdClassName
{
border-color: #628E6E;
}
.TagClassName
{
border-color: #628E6E;
}
</style>