Shades of Oxley #619675
Tints of Oxley #619675
RGB
CMYK
RGB Variations
Color information
#619675 (or 0x619675) is known color: Oxley. HEX triplet: 61, 96 and 75. RGB value is (97,150,117). Sum of RGB (Red+Green+Blue) = 97+150+117=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #619675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619675 is #9E698A. Grayscale: #828282. Windows color (decimal): -10381707 or 7706209. OLE color: 7706209.
HSL color Cylindrical-coordinate representation of color #619675: hue angle of 142.64º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619675 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 150 | 117 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.41 |
| HSL | 142.64º | 0.21% | 0.48% | - |
| HSV(B) | 142.64º | 0.35% | 0.59% | - |
| XYZ | 19.05 | 25.64 | 20.77 | - |
| YUV | 130.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 117 | 0.35 | 0 | 0.22 | 0.41 | 142.64 | 0.21 | 0.48 |
| Hex | 61 | 96 | 75 | 23 | 0 | 16 | 29 | 8F | 15 | 30 |
| Octal | 141 | 226 | 165 | 43 | 0 | 26 | 51 | 217 | 25 | 60 |
| Binary | 1100001 | 10010110 | 1110101 | 100011 | 0 | 10110 | 101001 | 10001111 | 10101 | 110000 |
Color Harmonies of #619675
Complementary color
Monochromatic Colors of #619675
Black with #619675
Text Example
Text Example
White with #619675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619675; }
p { color: rgb(97,150,117); }
H1.HeaderClassName
{
color: #619675;
}
.AnyTagClassName
{
color: #619675;
}
</style>
background-color css
<style>
a { background-color: #619675; }
a { background-color: rgb(97,150,117); }
div.DivClassName
{
background-color: #619675;
}
.BgClassName
{
background-color: #619675;
}
</style>
border-color css
<style>
span { border-color: #619675; }
span { border-color: rgb(97,150,117); }
td.TdClassName
{
border-color: #619675;
}
.TagClassName
{
border-color: #619675;
}
</style>