Shades of Oxley #629B7B
Tints of Oxley #629B7B
RGB
CMYK
RGB Variations
Color information
#629B7B (or 0x629B7B) is known color: Oxley. HEX triplet: 62, 9B and 7B. RGB value is (98,155,123). Sum of RGB (Red+Green+Blue) = 98+155+123=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #629B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B7B is #9D6484. Grayscale: #868686. Windows color (decimal): -10314885 or 8100706. OLE color: 8100706.
HSL color Cylindrical-coordinate representation of color #629B7B: hue angle of 146.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B7B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 123 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.39 |
| HSL | 146.32º | 0.23% | 0.5% | - |
| HSV(B) | 146.32º | 0.37% | 0.61% | - |
| XYZ | 20.33 | 27.47 | 22.97 | - |
| YUV | 134.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 123 | 0.37 | 0 | 0.21 | 0.39 | 146.32 | 0.23 | 0.5 |
| Hex | 62 | 9B | 7B | 25 | 0 | 15 | 27 | 92 | 17 | 32 |
| Octal | 142 | 233 | 173 | 45 | 0 | 25 | 47 | 222 | 27 | 62 |
| Binary | 1100010 | 10011011 | 1111011 | 100101 | 0 | 10101 | 100111 | 10010010 | 10111 | 110010 |
Color Harmonies of #629B7B
Complementary color
Monochromatic Colors of #629B7B
Black with #629B7B
Text Example
Text Example
White with #629B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B7B; }
p { color: rgb(98,155,123); }
H1.HeaderClassName
{
color: #629B7B;
}
.AnyTagClassName
{
color: #629B7B;
}
</style>
background-color css
<style>
a { background-color: #629B7B; }
a { background-color: rgb(98,155,123); }
div.DivClassName
{
background-color: #629B7B;
}
.BgClassName
{
background-color: #629B7B;
}
</style>
border-color css
<style>
span { border-color: #629B7B; }
span { border-color: rgb(98,155,123); }
td.TdClassName
{
border-color: #629B7B;
}
.TagClassName
{
border-color: #629B7B;
}
</style>