Shades of Oxley #629170
Tints of Oxley #629170
RGB
CMYK
RGB Variations
Color information
#629170 (or 0x629170) is known color: Oxley. HEX triplet: 62, 91 and 70. RGB value is (98,145,112). Sum of RGB (Red+Green+Blue) = 98+145+112=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #629170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629170 is #9D6E8F. Grayscale: #7F7F7F. Windows color (decimal): -10317456 or 7377250. OLE color: 7377250.
HSL color Cylindrical-coordinate representation of color #629170: hue angle of 137.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629170 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 112 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.43 |
| HSL | 137.87º | 0.19% | 0.48% | - |
| HSV(B) | 137.87º | 0.32% | 0.57% | - |
| XYZ | 18.09 | 24.02 | 19.01 | - |
| YUV | 127.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 112 | 0.32 | 0 | 0.23 | 0.43 | 137.87 | 0.19 | 0.48 |
| Hex | 62 | 91 | 70 | 20 | 0 | 17 | 2B | 8A | 13 | 30 |
| Octal | 142 | 221 | 160 | 40 | 0 | 27 | 53 | 212 | 23 | 60 |
| Binary | 1100010 | 10010001 | 1110000 | 100000 | 0 | 10111 | 101011 | 10001010 | 10011 | 110000 |
Color Harmonies of #629170
Complementary color
Monochromatic Colors of #629170
Black with #629170
Text Example
Text Example
White with #629170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629170; }
p { color: rgb(98,145,112); }
H1.HeaderClassName
{
color: #629170;
}
.AnyTagClassName
{
color: #629170;
}
</style>
background-color css
<style>
a { background-color: #629170; }
a { background-color: rgb(98,145,112); }
div.DivClassName
{
background-color: #629170;
}
.BgClassName
{
background-color: #629170;
}
</style>
border-color css
<style>
span { border-color: #629170; }
span { border-color: rgb(98,145,112); }
td.TdClassName
{
border-color: #629170;
}
.TagClassName
{
border-color: #629170;
}
</style>