Shades of Oxley #629879
Tints of Oxley #629879
RGB
CMYK
RGB Variations
Color information
#629879 (or 0x629879) is known color: Oxley. HEX triplet: 62, 98 and 79. RGB value is (98,152,121). Sum of RGB (Red+Green+Blue) = 98+152+121=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #629879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629879 is #9D6786. Grayscale: #848484. Windows color (decimal): -10315655 or 7968866. OLE color: 7968866.
HSL color Cylindrical-coordinate representation of color #629879: hue angle of 145.56º 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 #629879 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 121 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.40 |
| HSL | 145.56º | 0.22% | 0.49% | - |
| HSV(B) | 145.56º | 0.36% | 0.6% | - |
| XYZ | 19.72 | 26.43 | 22.15 | - |
| YUV | 132.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 121 | 0.36 | 0 | 0.20 | 0.40 | 145.56 | 0.22 | 0.49 |
| Hex | 62 | 98 | 79 | 24 | 0 | 14 | 28 | 92 | 16 | 31 |
| Octal | 142 | 230 | 171 | 44 | 0 | 24 | 50 | 222 | 26 | 61 |
| Binary | 1100010 | 10011000 | 1111001 | 100100 | 0 | 10100 | 101000 | 10010010 | 10110 | 110001 |
Color Harmonies of #629879
Complementary color
Monochromatic Colors of #629879
Black with #629879
Text Example
Text Example
White with #629879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629879; }
p { color: rgb(98,152,121); }
H1.HeaderClassName
{
color: #629879;
}
.AnyTagClassName
{
color: #629879;
}
</style>
background-color css
<style>
a { background-color: #629879; }
a { background-color: rgb(98,152,121); }
div.DivClassName
{
background-color: #629879;
}
.BgClassName
{
background-color: #629879;
}
</style>
border-color css
<style>
span { border-color: #629879; }
span { border-color: rgb(98,152,121); }
td.TdClassName
{
border-color: #629879;
}
.TagClassName
{
border-color: #629879;
}
</style>