Shades of Oxley #629071
Tints of Oxley #629071
RGB
CMYK
RGB Variations
Color information
#629071 (or 0x629071) is known color: Oxley. HEX triplet: 62, 90 and 71. RGB value is (98,144,113). Sum of RGB (Red+Green+Blue) = 98+144+113=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #629071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629071 is #9D6F8E. Grayscale: #7E7E7E. Windows color (decimal): -10317711 or 7442530. OLE color: 7442530.
HSL color Cylindrical-coordinate representation of color #629071: hue angle of 139.57º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629071 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 113 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.44 |
| HSL | 139.57º | 0.19% | 0.47% | - |
| HSV(B) | 139.57º | 0.32% | 0.56% | - |
| XYZ | 17.99 | 23.74 | 19.26 | - |
| YUV | 126.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 113 | 0.32 | 0 | 0.22 | 0.44 | 139.57 | 0.19 | 0.47 |
| Hex | 62 | 90 | 71 | 20 | 0 | 16 | 2C | 8C | 13 | 2F |
| Octal | 142 | 220 | 161 | 40 | 0 | 26 | 54 | 214 | 23 | 57 |
| Binary | 1100010 | 10010000 | 1110001 | 100000 | 0 | 10110 | 101100 | 10001100 | 10011 | 101111 |
Color Harmonies of #629071
Complementary color
Monochromatic Colors of #629071
Black with #629071
Text Example
Text Example
White with #629071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629071; }
p { color: rgb(98,144,113); }
H1.HeaderClassName
{
color: #629071;
}
.AnyTagClassName
{
color: #629071;
}
</style>
background-color css
<style>
a { background-color: #629071; }
a { background-color: rgb(98,144,113); }
div.DivClassName
{
background-color: #629071;
}
.BgClassName
{
background-color: #629071;
}
</style>
border-color css
<style>
span { border-color: #629071; }
span { border-color: rgb(98,144,113); }
td.TdClassName
{
border-color: #629071;
}
.TagClassName
{
border-color: #629071;
}
</style>