Shades of Oxley #629E7B
Tints of Oxley #629E7B
RGB
CMYK
RGB Variations
Color information
#629E7B (or 0x629E7B) is known color: Oxley. HEX triplet: 62, 9E and 7B. RGB value is (98,158,123). Sum of RGB (Red+Green+Blue) = 98+158+123=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #629E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E7B is #9D6184. Grayscale: #888888. Windows color (decimal): -10314117 or 8101474. OLE color: 8101474.
HSL color Cylindrical-coordinate representation of color #629E7B: hue angle of 145º 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 #629E7B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 158 | 123 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.38 |
| HSL | 145º | 0.24% | 0.5% | - |
| HSV(B) | 145º | 0.38% | 0.62% | - |
| XYZ | 20.84 | 28.48 | 23.14 | - |
| YUV | 136.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 123 | 0.38 | 0 | 0.22 | 0.38 | 145 | 0.24 | 0.5 |
| Hex | 62 | 9E | 7B | 26 | 0 | 16 | 26 | 91 | 18 | 32 |
| Octal | 142 | 236 | 173 | 46 | 0 | 26 | 46 | 221 | 30 | 62 |
| Binary | 1100010 | 10011110 | 1111011 | 100110 | 0 | 10110 | 100110 | 10010001 | 11000 | 110010 |
Color Harmonies of #629E7B
Complementary color
Monochromatic Colors of #629E7B
Black with #629E7B
Text Example
Text Example
White with #629E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629E7B; }
p { color: rgb(98,158,123); }
H1.HeaderClassName
{
color: #629E7B;
}
.AnyTagClassName
{
color: #629E7B;
}
</style>
background-color css
<style>
a { background-color: #629E7B; }
a { background-color: rgb(98,158,123); }
div.DivClassName
{
background-color: #629E7B;
}
.BgClassName
{
background-color: #629E7B;
}
</style>
border-color css
<style>
span { border-color: #629E7B; }
span { border-color: rgb(98,158,123); }
td.TdClassName
{
border-color: #629E7B;
}
.TagClassName
{
border-color: #629E7B;
}
</style>