Shades of Oxley #628F75
Tints of Oxley #628F75
RGB
CMYK
RGB Variations
Color information
#628F75 (or 0x628F75) is known color: Oxley. HEX triplet: 62, 8F and 75. RGB value is (98,143,117). Sum of RGB (Red+Green+Blue) = 98+143+117=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #628F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F75 is #9D708A. Grayscale: #7E7E7E. Windows color (decimal): -10317963 or 7704418. OLE color: 7704418.
HSL color Cylindrical-coordinate representation of color #628F75: hue angle of 145.33º degrees, saturation: 0.19, 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 #628F75 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 117 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.44 |
| HSL | 145.33º | 0.19% | 0.47% | - |
| HSV(B) | 145.33º | 0.31% | 0.56% | - |
| XYZ | 18.07 | 23.53 | 20.42 | - |
| YUV | 126.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 117 | 0.31 | 0 | 0.18 | 0.44 | 145.33 | 0.19 | 0.47 |
| Hex | 62 | 8F | 75 | 1F | 0 | 12 | 2C | 91 | 13 | 2F |
| Octal | 142 | 217 | 165 | 37 | 0 | 22 | 54 | 221 | 23 | 57 |
| Binary | 1100010 | 10001111 | 1110101 | 11111 | 0 | 10010 | 101100 | 10010001 | 10011 | 101111 |
Color Harmonies of #628F75
Complementary color
Monochromatic Colors of #628F75
Black with #628F75
Text Example
Text Example
White with #628F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F75; }
p { color: rgb(98,143,117); }
H1.HeaderClassName
{
color: #628F75;
}
.AnyTagClassName
{
color: #628F75;
}
</style>
background-color css
<style>
a { background-color: #628F75; }
a { background-color: rgb(98,143,117); }
div.DivClassName
{
background-color: #628F75;
}
.BgClassName
{
background-color: #628F75;
}
</style>
border-color css
<style>
span { border-color: #628F75; }
span { border-color: rgb(98,143,117); }
td.TdClassName
{
border-color: #628F75;
}
.TagClassName
{
border-color: #628F75;
}
</style>