Shades of Oxley #619D73
Tints of Oxley #619D73
RGB
CMYK
RGB Variations
Color information
#619D73 (or 0x619D73) is known color: Oxley. HEX triplet: 61, 9D and 73. RGB value is (97,157,115). Sum of RGB (Red+Green+Blue) = 97+157+115=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #619D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D73 is #9E628C. Grayscale: #868686. Windows color (decimal): -10379917 or 7576929. OLE color: 7576929.
HSL color Cylindrical-coordinate representation of color #619D73: hue angle of 138º 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 #619D73 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 115 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.38 |
| HSL | 138º | 0.24% | 0.5% | - |
| HSV(B) | 138º | 0.38% | 0.62% | - |
| XYZ | 20.08 | 27.89 | 20.55 | - |
| YUV | 134.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 115 | 0.38 | 0 | 0.27 | 0.38 | 138 | 0.24 | 0.5 |
| Hex | 61 | 9D | 73 | 26 | 0 | 1B | 26 | 8A | 18 | 32 |
| Octal | 141 | 235 | 163 | 46 | 0 | 33 | 46 | 212 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1110011 | 100110 | 0 | 11011 | 100110 | 10001010 | 11000 | 110010 |
Color Harmonies of #619D73
Complementary color
Monochromatic Colors of #619D73
Black with #619D73
Text Example
Text Example
White with #619D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D73; }
p { color: rgb(97,157,115); }
H1.HeaderClassName
{
color: #619D73;
}
.AnyTagClassName
{
color: #619D73;
}
</style>
background-color css
<style>
a { background-color: #619D73; }
a { background-color: rgb(97,157,115); }
div.DivClassName
{
background-color: #619D73;
}
.BgClassName
{
background-color: #619D73;
}
</style>
border-color css
<style>
span { border-color: #619D73; }
span { border-color: rgb(97,157,115); }
td.TdClassName
{
border-color: #619D73;
}
.TagClassName
{
border-color: #619D73;
}
</style>