Shades of Oxley #619D7A
Tints of Oxley #619D7A
RGB
CMYK
RGB Variations
Color information
#619D7A (or 0x619D7A) is known color: Oxley. HEX triplet: 61, 9D and 7A. RGB value is (97,157,122). Sum of RGB (Red+Green+Blue) = 97+157+122=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #619D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D7A is #9E6285. Grayscale: #878787. Windows color (decimal): -10379910 or 8035681. OLE color: 8035681.
HSL color Cylindrical-coordinate representation of color #619D7A: hue angle of 145º 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 #619D7A is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 122 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.38 |
| HSL | 145º | 0.24% | 0.5% | - |
| HSV(B) | 145º | 0.38% | 0.62% | - |
| XYZ | 20.5 | 28.06 | 22.75 | - |
| YUV | 135.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 122 | 0.38 | 0 | 0.22 | 0.38 | 145 | 0.24 | 0.5 |
| Hex | 61 | 9D | 7A | 26 | 0 | 16 | 26 | 91 | 18 | 32 |
| Octal | 141 | 235 | 172 | 46 | 0 | 26 | 46 | 221 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1111010 | 100110 | 0 | 10110 | 100110 | 10010001 | 11000 | 110010 |
Color Harmonies of #619D7A
Complementary color
Monochromatic Colors of #619D7A
Black with #619D7A
Text Example
Text Example
White with #619D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D7A; }
p { color: rgb(97,157,122); }
H1.HeaderClassName
{
color: #619D7A;
}
.AnyTagClassName
{
color: #619D7A;
}
</style>
background-color css
<style>
a { background-color: #619D7A; }
a { background-color: rgb(97,157,122); }
div.DivClassName
{
background-color: #619D7A;
}
.BgClassName
{
background-color: #619D7A;
}
</style>
border-color css
<style>
span { border-color: #619D7A; }
span { border-color: rgb(97,157,122); }
td.TdClassName
{
border-color: #619D7A;
}
.TagClassName
{
border-color: #619D7A;
}
</style>