Shades of Oxley #619D76
Tints of Oxley #619D76
RGB
CMYK
RGB Variations
Color information
#619D76 (or 0x619D76) is known color: Oxley. HEX triplet: 61, 9D and 76. RGB value is (97,157,118). Sum of RGB (Red+Green+Blue) = 97+157+118=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #619D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D76 is #9E6289. Grayscale: #868686. Windows color (decimal): -10379914 or 7773537. OLE color: 7773537.
HSL color Cylindrical-coordinate representation of color #619D76: hue angle of 141º 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 #619D76 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 118 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.38 |
| HSL | 141º | 0.24% | 0.5% | - |
| HSV(B) | 141º | 0.38% | 0.62% | - |
| XYZ | 20.26 | 27.96 | 21.47 | - |
| YUV | 134.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 118 | 0.38 | 0 | 0.25 | 0.38 | 141 | 0.24 | 0.5 |
| Hex | 61 | 9D | 76 | 26 | 0 | 19 | 26 | 8D | 18 | 32 |
| Octal | 141 | 235 | 166 | 46 | 0 | 31 | 46 | 215 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1110110 | 100110 | 0 | 11001 | 100110 | 10001101 | 11000 | 110010 |
Color Harmonies of #619D76
Complementary color
Monochromatic Colors of #619D76
Black with #619D76
Text Example
Text Example
White with #619D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D76; }
p { color: rgb(97,157,118); }
H1.HeaderClassName
{
color: #619D76;
}
.AnyTagClassName
{
color: #619D76;
}
</style>
background-color css
<style>
a { background-color: #619D76; }
a { background-color: rgb(97,157,118); }
div.DivClassName
{
background-color: #619D76;
}
.BgClassName
{
background-color: #619D76;
}
</style>
border-color css
<style>
span { border-color: #619D76; }
span { border-color: rgb(97,157,118); }
td.TdClassName
{
border-color: #619D76;
}
.TagClassName
{
border-color: #619D76;
}
</style>