Shades of Oxley #629F7A
Tints of Oxley #629F7A
RGB
CMYK
RGB Variations
Color information
#629F7A (or 0x629F7A) is known color: Oxley. HEX triplet: 62, 9F and 7A. RGB value is (98,159,122). Sum of RGB (Red+Green+Blue) = 98+159+122=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #629F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F7A is #9D6085. Grayscale: #888888. Windows color (decimal): -10313862 or 8036194. OLE color: 8036194.
HSL color Cylindrical-coordinate representation of color #629F7A: hue angle of 143.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F7A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 122 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.38 |
| HSL | 143.61º | 0.24% | 0.5% | - |
| HSV(B) | 143.61º | 0.38% | 0.62% | - |
| XYZ | 20.95 | 28.8 | 22.87 | - |
| YUV | 136.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 122 | 0.38 | 0 | 0.23 | 0.38 | 143.61 | 0.24 | 0.5 |
| Hex | 62 | 9F | 7A | 26 | 0 | 17 | 26 | 90 | 18 | 32 |
| Octal | 142 | 237 | 172 | 46 | 0 | 27 | 46 | 220 | 30 | 62 |
| Binary | 1100010 | 10011111 | 1111010 | 100110 | 0 | 10111 | 100110 | 10010000 | 11000 | 110010 |
Color Harmonies of #629F7A
Complementary color
Monochromatic Colors of #629F7A
Black with #629F7A
Text Example
Text Example
White with #629F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F7A; }
p { color: rgb(98,159,122); }
H1.HeaderClassName
{
color: #629F7A;
}
.AnyTagClassName
{
color: #629F7A;
}
</style>
background-color css
<style>
a { background-color: #629F7A; }
a { background-color: rgb(98,159,122); }
div.DivClassName
{
background-color: #629F7A;
}
.BgClassName
{
background-color: #629F7A;
}
</style>
border-color css
<style>
span { border-color: #629F7A; }
span { border-color: rgb(98,159,122); }
td.TdClassName
{
border-color: #629F7A;
}
.TagClassName
{
border-color: #629F7A;
}
</style>