Shades of Oxley #629B7A
Tints of Oxley #629B7A
RGB
CMYK
RGB Variations
Color information
#629B7A (or 0x629B7A) is known color: Oxley. HEX triplet: 62, 9B and 7A. RGB value is (98,155,122). Sum of RGB (Red+Green+Blue) = 98+155+122=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #629B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B7A is #9D6485. Grayscale: #868686. Windows color (decimal): -10314886 or 8035170. OLE color: 8035170.
HSL color Cylindrical-coordinate representation of color #629B7A: hue angle of 145.26º 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 #629B7A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 122 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.39 |
| HSL | 145.26º | 0.23% | 0.5% | - |
| HSV(B) | 145.26º | 0.37% | 0.61% | - |
| XYZ | 20.27 | 27.44 | 22.64 | - |
| YUV | 134.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 122 | 0.37 | 0 | 0.21 | 0.39 | 145.26 | 0.23 | 0.5 |
| Hex | 62 | 9B | 7A | 25 | 0 | 15 | 27 | 91 | 17 | 32 |
| Octal | 142 | 233 | 172 | 45 | 0 | 25 | 47 | 221 | 27 | 62 |
| Binary | 1100010 | 10011011 | 1111010 | 100101 | 0 | 10101 | 100111 | 10010001 | 10111 | 110010 |
Color Harmonies of #629B7A
Complementary color
Monochromatic Colors of #629B7A
Black with #629B7A
Text Example
Text Example
White with #629B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B7A; }
p { color: rgb(98,155,122); }
H1.HeaderClassName
{
color: #629B7A;
}
.AnyTagClassName
{
color: #629B7A;
}
</style>
background-color css
<style>
a { background-color: #629B7A; }
a { background-color: rgb(98,155,122); }
div.DivClassName
{
background-color: #629B7A;
}
.BgClassName
{
background-color: #629B7A;
}
</style>
border-color css
<style>
span { border-color: #629B7A; }
span { border-color: rgb(98,155,122); }
td.TdClassName
{
border-color: #629B7A;
}
.TagClassName
{
border-color: #629B7A;
}
</style>