Shades of Oxley #629971
Tints of Oxley #629971
RGB
CMYK
RGB Variations
Color information
#629971 (or 0x629971) is known color: Oxley. HEX triplet: 62, 99 and 71. RGB value is (98,153,113). Sum of RGB (Red+Green+Blue) = 98+153+113=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #629971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629971 is #9D668E. Grayscale: #848484. Windows color (decimal): -10315407 or 7444834. OLE color: 7444834.
HSL color Cylindrical-coordinate representation of color #629971: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629971 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 113 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.4 |
| HSL | 136.36º | 0.22% | 0.49% | - |
| HSV(B) | 136.36º | 0.36% | 0.6% | - |
| XYZ | 19.41 | 26.57 | 19.73 | - |
| YUV | 132 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 113 | 0.36 | 0 | 0.26 | 0.4 | 136.36 | 0.22 | 0.49 |
| Hex | 62 | 99 | 71 | 24 | 0 | 1A | 28 | 88 | 16 | 31 |
| Octal | 142 | 231 | 161 | 44 | 0 | 32 | 50 | 210 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1110001 | 100100 | 0 | 11010 | 101000 | 10001000 | 10110 | 110001 |
Color Harmonies of #629971
Complementary color
Monochromatic Colors of #629971
Black with #629971
Text Example
Text Example
White with #629971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629971; }
p { color: rgb(98,153,113); }
H1.HeaderClassName
{
color: #629971;
}
.AnyTagClassName
{
color: #629971;
}
</style>
background-color css
<style>
a { background-color: #629971; }
a { background-color: rgb(98,153,113); }
div.DivClassName
{
background-color: #629971;
}
.BgClassName
{
background-color: #629971;
}
</style>
border-color css
<style>
span { border-color: #629971; }
span { border-color: rgb(98,153,113); }
td.TdClassName
{
border-color: #629971;
}
.TagClassName
{
border-color: #629971;
}
</style>