Shades of Oxley #629072
Tints of Oxley #629072
RGB
CMYK
RGB Variations
Color information
#629072 (or 0x629072) is known color: Oxley. HEX triplet: 62, 90 and 72. RGB value is (98,144,114). Sum of RGB (Red+Green+Blue) = 98+144+114=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #629072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629072 is #9D6F8D. Grayscale: #7E7E7E. Windows color (decimal): -10317710 or 7508066. OLE color: 7508066.
HSL color Cylindrical-coordinate representation of color #629072: hue angle of 140.87º 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 #629072 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 114 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.44 |
| HSL | 140.87º | 0.19% | 0.47% | - |
| HSV(B) | 140.87º | 0.32% | 0.56% | - |
| XYZ | 18.05 | 23.76 | 19.55 | - |
| YUV | 126.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 114 | 0.32 | 0 | 0.21 | 0.44 | 140.87 | 0.19 | 0.47 |
| Hex | 62 | 90 | 72 | 20 | 0 | 15 | 2C | 8D | 13 | 2F |
| Octal | 142 | 220 | 162 | 40 | 0 | 25 | 54 | 215 | 23 | 57 |
| Binary | 1100010 | 10010000 | 1110010 | 100000 | 0 | 10101 | 101100 | 10001101 | 10011 | 101111 |
Color Harmonies of #629072
Complementary color
Monochromatic Colors of #629072
Black with #629072
Text Example
Text Example
White with #629072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629072; }
p { color: rgb(98,144,114); }
H1.HeaderClassName
{
color: #629072;
}
.AnyTagClassName
{
color: #629072;
}
</style>
background-color css
<style>
a { background-color: #629072; }
a { background-color: rgb(98,144,114); }
div.DivClassName
{
background-color: #629072;
}
.BgClassName
{
background-color: #629072;
}
</style>
border-color css
<style>
span { border-color: #629072; }
span { border-color: rgb(98,144,114); }
td.TdClassName
{
border-color: #629072;
}
.TagClassName
{
border-color: #629072;
}
</style>