Shades of Oxley #629174
Tints of Oxley #629174
RGB
CMYK
RGB Variations
Color information
#629174 (or 0x629174) is known color: Oxley. HEX triplet: 62, 91 and 74. RGB value is (98,145,116). Sum of RGB (Red+Green+Blue) = 98+145+116=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #629174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629174 is #9D6E8B. Grayscale: #7F7F7F. Windows color (decimal): -10317452 or 7639394. OLE color: 7639394.
HSL color Cylindrical-coordinate representation of color #629174: hue angle of 142.98º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629174 is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 116 | - |
| CMYK | 0.32 | 0 | 0.2 | 0.43 |
| HSL | 142.98º | 0.19% | 0.48% | - |
| HSV(B) | 142.98º | 0.32% | 0.57% | - |
| XYZ | 18.31 | 24.11 | 20.21 | - |
| YUV | 127.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 116 | 0.32 | 0 | 0.2 | 0.43 | 142.98 | 0.19 | 0.48 |
| Hex | 62 | 91 | 74 | 20 | 0 | 14 | 2B | 8F | 13 | 30 |
| Octal | 142 | 221 | 164 | 40 | 0 | 24 | 53 | 217 | 23 | 60 |
| Binary | 1100010 | 10010001 | 1110100 | 100000 | 0 | 10100 | 101011 | 10001111 | 10011 | 110000 |
Color Harmonies of #629174
Complementary color
Monochromatic Colors of #629174
Black with #629174
Text Example
Text Example
White with #629174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629174; }
p { color: rgb(98,145,116); }
H1.HeaderClassName
{
color: #629174;
}
.AnyTagClassName
{
color: #629174;
}
</style>
background-color css
<style>
a { background-color: #629174; }
a { background-color: rgb(98,145,116); }
div.DivClassName
{
background-color: #629174;
}
.BgClassName
{
background-color: #629174;
}
</style>
border-color css
<style>
span { border-color: #629174; }
span { border-color: rgb(98,145,116); }
td.TdClassName
{
border-color: #629174;
}
.TagClassName
{
border-color: #629174;
}
</style>