Shades of Oxley #629E7A
Tints of Oxley #629E7A
RGB
CMYK
RGB Variations
Color information
#629E7A (or 0x629E7A) is known color: Oxley. HEX triplet: 62, 9E and 7A. RGB value is (98,158,122). Sum of RGB (Red+Green+Blue) = 98+158+122=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #629E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E7A is #9D6185. Grayscale: #888888. Windows color (decimal): -10314118 or 8035938. OLE color: 8035938.
HSL color Cylindrical-coordinate representation of color #629E7A: hue angle of 144º 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 #629E7A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 158 | 122 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.38 |
| HSL | 144º | 0.24% | 0.5% | - |
| HSV(B) | 144º | 0.38% | 0.62% | - |
| XYZ | 20.78 | 28.46 | 22.81 | - |
| YUV | 135.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 122 | 0.38 | 0 | 0.23 | 0.38 | 144 | 0.24 | 0.5 |
| Hex | 62 | 9E | 7A | 26 | 0 | 17 | 26 | 90 | 18 | 32 |
| Octal | 142 | 236 | 172 | 46 | 0 | 27 | 46 | 220 | 30 | 62 |
| Binary | 1100010 | 10011110 | 1111010 | 100110 | 0 | 10111 | 100110 | 10010000 | 11000 | 110010 |
Color Harmonies of #629E7A
Complementary color
Monochromatic Colors of #629E7A
Black with #629E7A
Text Example
Text Example
White with #629E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629E7A; }
p { color: rgb(98,158,122); }
H1.HeaderClassName
{
color: #629E7A;
}
.AnyTagClassName
{
color: #629E7A;
}
</style>
background-color css
<style>
a { background-color: #629E7A; }
a { background-color: rgb(98,158,122); }
div.DivClassName
{
background-color: #629E7A;
}
.BgClassName
{
background-color: #629E7A;
}
</style>
border-color css
<style>
span { border-color: #629E7A; }
span { border-color: rgb(98,158,122); }
td.TdClassName
{
border-color: #629E7A;
}
.TagClassName
{
border-color: #629E7A;
}
</style>