Shades of Oxley #619D70
Tints of Oxley #619D70
RGB
CMYK
RGB Variations
Color information
#619D70 (or 0x619D70) is known color: Oxley. HEX triplet: 61, 9D and 70. RGB value is (97,157,112). Sum of RGB (Red+Green+Blue) = 97+157+112=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #619D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D70 is #9E628F. Grayscale: #868686. Windows color (decimal): -10379920 or 7380321. OLE color: 7380321.
HSL color Cylindrical-coordinate representation of color #619D70: hue angle of 135º 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 #619D70 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 112 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.38 |
| HSL | 135º | 0.24% | 0.5% | - |
| HSV(B) | 135º | 0.38% | 0.62% | - |
| XYZ | 19.91 | 27.83 | 19.65 | - |
| YUV | 133.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 112 | 0.38 | 0 | 0.29 | 0.38 | 135 | 0.24 | 0.5 |
| Hex | 61 | 9D | 70 | 26 | 0 | 1D | 26 | 87 | 18 | 32 |
| Octal | 141 | 235 | 160 | 46 | 0 | 35 | 46 | 207 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1110000 | 100110 | 0 | 11101 | 100110 | 10000111 | 11000 | 110010 |
Color Harmonies of #619D70
Complementary color
Monochromatic Colors of #619D70
Black with #619D70
Text Example
Text Example
White with #619D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D70; }
p { color: rgb(97,157,112); }
H1.HeaderClassName
{
color: #619D70;
}
.AnyTagClassName
{
color: #619D70;
}
</style>
background-color css
<style>
a { background-color: #619D70; }
a { background-color: rgb(97,157,112); }
div.DivClassName
{
background-color: #619D70;
}
.BgClassName
{
background-color: #619D70;
}
</style>
border-color css
<style>
span { border-color: #619D70; }
span { border-color: rgb(97,157,112); }
td.TdClassName
{
border-color: #619D70;
}
.TagClassName
{
border-color: #619D70;
}
</style>