Shades of Oxley #619D72
Tints of Oxley #619D72
RGB
CMYK
RGB Variations
Color information
#619D72 (or 0x619D72) is known color: Oxley. HEX triplet: 61, 9D and 72. RGB value is (97,157,114). Sum of RGB (Red+Green+Blue) = 97+157+114=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #619D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D72 is #9E628D. Grayscale: #868686. Windows color (decimal): -10379918 or 7511393. OLE color: 7511393.
HSL color Cylindrical-coordinate representation of color #619D72: hue angle of 137º 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 #619D72 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 114 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.38 |
| HSL | 137º | 0.24% | 0.5% | - |
| HSV(B) | 137º | 0.38% | 0.62% | - |
| XYZ | 20.02 | 27.87 | 20.24 | - |
| YUV | 134.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 114 | 0.38 | 0 | 0.27 | 0.38 | 137 | 0.24 | 0.5 |
| Hex | 61 | 9D | 72 | 26 | 0 | 1B | 26 | 89 | 18 | 32 |
| Octal | 141 | 235 | 162 | 46 | 0 | 33 | 46 | 211 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1110010 | 100110 | 0 | 11011 | 100110 | 10001001 | 11000 | 110010 |
Color Harmonies of #619D72
Complementary color
Monochromatic Colors of #619D72
Black with #619D72
Text Example
Text Example
White with #619D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D72; }
p { color: rgb(97,157,114); }
H1.HeaderClassName
{
color: #619D72;
}
.AnyTagClassName
{
color: #619D72;
}
</style>
background-color css
<style>
a { background-color: #619D72; }
a { background-color: rgb(97,157,114); }
div.DivClassName
{
background-color: #619D72;
}
.BgClassName
{
background-color: #619D72;
}
</style>
border-color css
<style>
span { border-color: #619D72; }
span { border-color: rgb(97,157,114); }
td.TdClassName
{
border-color: #619D72;
}
.TagClassName
{
border-color: #619D72;
}
</style>