Shades of Oxley #629377
Tints of Oxley #629377
RGB
CMYK
RGB Variations
Color information
#629377 (or 0x629377) is known color: Oxley. HEX triplet: 62, 93 and 77. RGB value is (98,147,119). Sum of RGB (Red+Green+Blue) = 98+147+119=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #629377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629377 is #9D6C88. Grayscale: #818181. Windows color (decimal): -10316937 or 7836514. OLE color: 7836514.
HSL color Cylindrical-coordinate representation of color #629377: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629377 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 119 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.42 |
| HSL | 145.71º | 0.2% | 0.48% | - |
| HSV(B) | 145.71º | 0.33% | 0.58% | - |
| XYZ | 18.8 | 24.8 | 21.25 | - |
| YUV | 129.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 119 | 0.33 | 0 | 0.19 | 0.42 | 145.71 | 0.2 | 0.48 |
| Hex | 62 | 93 | 77 | 21 | 0 | 13 | 2A | 92 | 14 | 30 |
| Octal | 142 | 223 | 167 | 41 | 0 | 23 | 52 | 222 | 24 | 60 |
| Binary | 1100010 | 10010011 | 1110111 | 100001 | 0 | 10011 | 101010 | 10010010 | 10100 | 110000 |
Color Harmonies of #629377
Complementary color
Monochromatic Colors of #629377
Black with #629377
Text Example
Text Example
White with #629377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629377; }
p { color: rgb(98,147,119); }
H1.HeaderClassName
{
color: #629377;
}
.AnyTagClassName
{
color: #629377;
}
</style>
background-color css
<style>
a { background-color: #629377; }
a { background-color: rgb(98,147,119); }
div.DivClassName
{
background-color: #629377;
}
.BgClassName
{
background-color: #629377;
}
</style>
border-color css
<style>
span { border-color: #629377; }
span { border-color: rgb(98,147,119); }
td.TdClassName
{
border-color: #629377;
}
.TagClassName
{
border-color: #629377;
}
</style>