Shades of Oxley #629E76
Tints of Oxley #629E76
RGB
CMYK
RGB Variations
Color information
#629E76 (or 0x629E76) is known color: Oxley. HEX triplet: 62, 9E and 76. RGB value is (98,158,118). Sum of RGB (Red+Green+Blue) = 98+158+118=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #629E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E76 is #9D6189. Grayscale: #878787. Windows color (decimal): -10314122 or 7773794. OLE color: 7773794.
HSL color Cylindrical-coordinate representation of color #629E76: hue angle of 140º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E76 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 158 | 118 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.38 |
| HSL | 140º | 0.24% | 0.5% | - |
| HSV(B) | 140º | 0.38% | 0.62% | - |
| XYZ | 20.53 | 28.36 | 21.53 | - |
| YUV | 135.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 118 | 0.38 | 0 | 0.25 | 0.38 | 140 | 0.24 | 0.5 |
| Hex | 62 | 9E | 76 | 26 | 0 | 19 | 26 | 8C | 18 | 32 |
| Octal | 142 | 236 | 166 | 46 | 0 | 31 | 46 | 214 | 30 | 62 |
| Binary | 1100010 | 10011110 | 1110110 | 100110 | 0 | 11001 | 100110 | 10001100 | 11000 | 110010 |
Color Harmonies of #629E76
Complementary color
Monochromatic Colors of #629E76
Black with #629E76
Text Example
Text Example
White with #629E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629E76; }
p { color: rgb(98,158,118); }
H1.HeaderClassName
{
color: #629E76;
}
.AnyTagClassName
{
color: #629E76;
}
</style>
background-color css
<style>
a { background-color: #629E76; }
a { background-color: rgb(98,158,118); }
div.DivClassName
{
background-color: #629E76;
}
.BgClassName
{
background-color: #629E76;
}
</style>
border-color css
<style>
span { border-color: #629E76; }
span { border-color: rgb(98,158,118); }
td.TdClassName
{
border-color: #629E76;
}
.TagClassName
{
border-color: #629E76;
}
</style>