Shades of Oxley #629372
Tints of Oxley #629372
RGB
CMYK
RGB Variations
Color information
#629372 (or 0x629372) is known color: Oxley. HEX triplet: 62, 93 and 72. RGB value is (98,147,114). Sum of RGB (Red+Green+Blue) = 98+147+114=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #629372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629372 is #9D6C8D. Grayscale: #808080. Windows color (decimal): -10316942 or 7508834. OLE color: 7508834.
HSL color Cylindrical-coordinate representation of color #629372: hue angle of 139.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629372 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 114 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.42 |
| HSL | 139.59º | 0.2% | 0.48% | - |
| HSV(B) | 139.59º | 0.33% | 0.58% | - |
| XYZ | 18.51 | 24.68 | 19.71 | - |
| YUV | 128.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 114 | 0.33 | 0 | 0.22 | 0.42 | 139.59 | 0.2 | 0.48 |
| Hex | 62 | 93 | 72 | 21 | 0 | 16 | 2A | 8C | 14 | 30 |
| Octal | 142 | 223 | 162 | 41 | 0 | 26 | 52 | 214 | 24 | 60 |
| Binary | 1100010 | 10010011 | 1110010 | 100001 | 0 | 10110 | 101010 | 10001100 | 10100 | 110000 |
Color Harmonies of #629372
Complementary color
Monochromatic Colors of #629372
Black with #629372
Text Example
Text Example
White with #629372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629372; }
p { color: rgb(98,147,114); }
H1.HeaderClassName
{
color: #629372;
}
.AnyTagClassName
{
color: #629372;
}
</style>
background-color css
<style>
a { background-color: #629372; }
a { background-color: rgb(98,147,114); }
div.DivClassName
{
background-color: #629372;
}
.BgClassName
{
background-color: #629372;
}
</style>
border-color css
<style>
span { border-color: #629372; }
span { border-color: rgb(98,147,114); }
td.TdClassName
{
border-color: #629372;
}
.TagClassName
{
border-color: #629372;
}
</style>