Shades of Oxley #619F73
Tints of Oxley #619F73
RGB
CMYK
RGB Variations
Color information
#619F73 (or 0x619F73) is known color: Oxley. HEX triplet: 61, 9F and 73. RGB value is (97,159,115). Sum of RGB (Red+Green+Blue) = 97+159+115=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #619F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F73 is #9E608C. Grayscale: #878787. Windows color (decimal): -10379405 or 7577441. OLE color: 7577441.
HSL color Cylindrical-coordinate representation of color #619F73: hue angle of 137.42º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F73 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 115 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.38 |
| HSL | 137.42º | 0.24% | 0.5% | - |
| HSV(B) | 137.42º | 0.39% | 0.62% | - |
| XYZ | 20.42 | 28.58 | 20.66 | - |
| YUV | 135.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 115 | 0.39 | 0 | 0.28 | 0.38 | 137.42 | 0.24 | 0.5 |
| Hex | 61 | 9F | 73 | 27 | 0 | 1C | 26 | 89 | 18 | 32 |
| Octal | 141 | 237 | 163 | 47 | 0 | 34 | 46 | 211 | 30 | 62 |
| Binary | 1100001 | 10011111 | 1110011 | 100111 | 0 | 11100 | 100110 | 10001001 | 11000 | 110010 |
Color Harmonies of #619F73
Complementary color
Monochromatic Colors of #619F73
Black with #619F73
Text Example
Text Example
White with #619F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F73; }
p { color: rgb(97,159,115); }
H1.HeaderClassName
{
color: #619F73;
}
.AnyTagClassName
{
color: #619F73;
}
</style>
background-color css
<style>
a { background-color: #619F73; }
a { background-color: rgb(97,159,115); }
div.DivClassName
{
background-color: #619F73;
}
.BgClassName
{
background-color: #619F73;
}
</style>
border-color css
<style>
span { border-color: #619F73; }
span { border-color: rgb(97,159,115); }
td.TdClassName
{
border-color: #619F73;
}
.TagClassName
{
border-color: #619F73;
}
</style>