Shades of Oxley #629371
Tints of Oxley #629371
RGB
CMYK
RGB Variations
Color information
#629371 (or 0x629371) is known color: Oxley. HEX triplet: 62, 93 and 71. RGB value is (98,147,113). Sum of RGB (Red+Green+Blue) = 98+147+113=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #629371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629371 is #9D6C8E. Grayscale: #808080. Windows color (decimal): -10316943 or 7443298. OLE color: 7443298.
HSL color Cylindrical-coordinate representation of color #629371: hue angle of 138.37º 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 #629371 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 113 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.42 |
| HSL | 138.37º | 0.2% | 0.48% | - |
| HSV(B) | 138.37º | 0.33% | 0.58% | - |
| XYZ | 18.45 | 24.66 | 19.41 | - |
| YUV | 128.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 113 | 0.33 | 0 | 0.23 | 0.42 | 138.37 | 0.2 | 0.48 |
| Hex | 62 | 93 | 71 | 21 | 0 | 17 | 2A | 8A | 14 | 30 |
| Octal | 142 | 223 | 161 | 41 | 0 | 27 | 52 | 212 | 24 | 60 |
| Binary | 1100010 | 10010011 | 1110001 | 100001 | 0 | 10111 | 101010 | 10001010 | 10100 | 110000 |
Color Harmonies of #629371
Complementary color
Monochromatic Colors of #629371
Black with #629371
Text Example
Text Example
White with #629371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629371; }
p { color: rgb(98,147,113); }
H1.HeaderClassName
{
color: #629371;
}
.AnyTagClassName
{
color: #629371;
}
</style>
background-color css
<style>
a { background-color: #629371; }
a { background-color: rgb(98,147,113); }
div.DivClassName
{
background-color: #629371;
}
.BgClassName
{
background-color: #629371;
}
</style>
border-color css
<style>
span { border-color: #629371; }
span { border-color: rgb(98,147,113); }
td.TdClassName
{
border-color: #629371;
}
.TagClassName
{
border-color: #629371;
}
</style>