Shades of Oxley #619D78
Tints of Oxley #619D78
RGB
CMYK
RGB Variations
Color information
#619D78 (or 0x619D78) is known color: Oxley. HEX triplet: 61, 9D and 78. RGB value is (97,157,120). Sum of RGB (Red+Green+Blue) = 97+157+120=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #619D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D78 is #9E6287. Grayscale: #868686. Windows color (decimal): -10379912 or 7904609. OLE color: 7904609.
HSL color Cylindrical-coordinate representation of color #619D78: hue angle of 143º 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 #619D78 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 120 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.38 |
| HSL | 143º | 0.24% | 0.5% | - |
| HSV(B) | 143º | 0.38% | 0.62% | - |
| XYZ | 20.38 | 28.01 | 22.1 | - |
| YUV | 134.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 120 | 0.38 | 0 | 0.24 | 0.38 | 143 | 0.24 | 0.5 |
| Hex | 61 | 9D | 78 | 26 | 0 | 18 | 26 | 8F | 18 | 32 |
| Octal | 141 | 235 | 170 | 46 | 0 | 30 | 46 | 217 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1111000 | 100110 | 0 | 11000 | 100110 | 10001111 | 11000 | 110010 |
Color Harmonies of #619D78
Complementary color
Monochromatic Colors of #619D78
Black with #619D78
Text Example
Text Example
White with #619D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D78; }
p { color: rgb(97,157,120); }
H1.HeaderClassName
{
color: #619D78;
}
.AnyTagClassName
{
color: #619D78;
}
</style>
background-color css
<style>
a { background-color: #619D78; }
a { background-color: rgb(97,157,120); }
div.DivClassName
{
background-color: #619D78;
}
.BgClassName
{
background-color: #619D78;
}
</style>
border-color css
<style>
span { border-color: #619D78; }
span { border-color: rgb(97,157,120); }
td.TdClassName
{
border-color: #619D78;
}
.TagClassName
{
border-color: #619D78;
}
</style>