Shades of Oxley #629E6E
Tints of Oxley #629E6E
RGB
CMYK
RGB Variations
Color information
#629E6E (or 0x629E6E) is known color: Oxley. HEX triplet: 62, 9E and 6E. RGB value is (98,158,110). Sum of RGB (Red+Green+Blue) = 98+158+110=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #629E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E6E is #9D6191. Grayscale: #868686. Windows color (decimal): -10314130 or 7249506. OLE color: 7249506.
HSL color Cylindrical-coordinate representation of color #629E6E: hue angle of 132º 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 #629E6E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 158 | 110 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.38 |
| HSL | 132º | 0.24% | 0.5% | - |
| HSV(B) | 132º | 0.38% | 0.62% | - |
| XYZ | 20.08 | 28.18 | 19.13 | - |
| YUV | 134.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 110 | 0.38 | 0 | 0.30 | 0.38 | 132 | 0.24 | 0.5 |
| Hex | 62 | 9E | 6E | 26 | 0 | 1E | 26 | 84 | 18 | 32 |
| Octal | 142 | 236 | 156 | 46 | 0 | 36 | 46 | 204 | 30 | 62 |
| Binary | 1100010 | 10011110 | 1101110 | 100110 | 0 | 11110 | 100110 | 10000100 | 11000 | 110010 |
Color Harmonies of #629E6E
Complementary color
Monochromatic Colors of #629E6E
Black with #629E6E
Text Example
Text Example
White with #629E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629E6E; }
p { color: rgb(98,158,110); }
H1.HeaderClassName
{
color: #629E6E;
}
.AnyTagClassName
{
color: #629E6E;
}
</style>
background-color css
<style>
a { background-color: #629E6E; }
a { background-color: rgb(98,158,110); }
div.DivClassName
{
background-color: #629E6E;
}
.BgClassName
{
background-color: #629E6E;
}
</style>
border-color css
<style>
span { border-color: #629E6E; }
span { border-color: rgb(98,158,110); }
td.TdClassName
{
border-color: #629E6E;
}
.TagClassName
{
border-color: #629E6E;
}
</style>