Shades of Oxley #619D71
Tints of Oxley #619D71
RGB
CMYK
RGB Variations
Color information
#619D71 (or 0x619D71) is known color: Oxley. HEX triplet: 61, 9D and 71. RGB value is (97,157,113). Sum of RGB (Red+Green+Blue) = 97+157+113=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #619D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D71 is #9E628E. Grayscale: #868686. Windows color (decimal): -10379919 or 7445857. OLE color: 7445857.
HSL color Cylindrical-coordinate representation of color #619D71: hue angle of 136º 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 #619D71 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 113 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.38 |
| HSL | 136º | 0.24% | 0.5% | - |
| HSV(B) | 136º | 0.38% | 0.62% | - |
| XYZ | 19.97 | 27.85 | 19.95 | - |
| YUV | 134.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 113 | 0.38 | 0 | 0.28 | 0.38 | 136 | 0.24 | 0.5 |
| Hex | 61 | 9D | 71 | 26 | 0 | 1C | 26 | 88 | 18 | 32 |
| Octal | 141 | 235 | 161 | 46 | 0 | 34 | 46 | 210 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1110001 | 100110 | 0 | 11100 | 100110 | 10001000 | 11000 | 110010 |
Color Harmonies of #619D71
Complementary color
Monochromatic Colors of #619D71
Black with #619D71
Text Example
Text Example
White with #619D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D71; }
p { color: rgb(97,157,113); }
H1.HeaderClassName
{
color: #619D71;
}
.AnyTagClassName
{
color: #619D71;
}
</style>
background-color css
<style>
a { background-color: #619D71; }
a { background-color: rgb(97,157,113); }
div.DivClassName
{
background-color: #619D71;
}
.BgClassName
{
background-color: #619D71;
}
</style>
border-color css
<style>
span { border-color: #619D71; }
span { border-color: rgb(97,157,113); }
td.TdClassName
{
border-color: #619D71;
}
.TagClassName
{
border-color: #619D71;
}
</style>