Shades of Oxley #629F74
Tints of Oxley #629F74
RGB
CMYK
RGB Variations
Color information
#629F74 (or 0x629F74) is known color: Oxley. HEX triplet: 62, 9F and 74. RGB value is (98,159,116). Sum of RGB (Red+Green+Blue) = 98+159+116=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #629F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F74 is #9D608B. Grayscale: #878787. Windows color (decimal): -10313868 or 7642978. OLE color: 7642978.
HSL color Cylindrical-coordinate representation of color #629F74: hue angle of 137.7º 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 #629F74 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 116 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.38 |
| HSL | 137.7º | 0.24% | 0.5% | - |
| HSV(B) | 137.7º | 0.38% | 0.62% | - |
| XYZ | 20.59 | 28.65 | 20.97 | - |
| YUV | 135.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 116 | 0.38 | 0 | 0.27 | 0.38 | 137.7 | 0.24 | 0.5 |
| Hex | 62 | 9F | 74 | 26 | 0 | 1B | 26 | 8A | 18 | 32 |
| Octal | 142 | 237 | 164 | 46 | 0 | 33 | 46 | 212 | 30 | 62 |
| Binary | 1100010 | 10011111 | 1110100 | 100110 | 0 | 11011 | 100110 | 10001010 | 11000 | 110010 |
Color Harmonies of #629F74
Complementary color
Monochromatic Colors of #629F74
Black with #629F74
Text Example
Text Example
White with #629F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F74; }
p { color: rgb(98,159,116); }
H1.HeaderClassName
{
color: #629F74;
}
.AnyTagClassName
{
color: #629F74;
}
</style>
background-color css
<style>
a { background-color: #629F74; }
a { background-color: rgb(98,159,116); }
div.DivClassName
{
background-color: #629F74;
}
.BgClassName
{
background-color: #629F74;
}
</style>
border-color css
<style>
span { border-color: #629F74; }
span { border-color: rgb(98,159,116); }
td.TdClassName
{
border-color: #629F74;
}
.TagClassName
{
border-color: #629F74;
}
</style>