Shades of Oxley #619E6D
Tints of Oxley #619E6D
RGB
CMYK
RGB Variations
Color information
#619E6D (or 0x619E6D) is known color: Oxley. HEX triplet: 61, 9E and 6D. RGB value is (97,158,109). Sum of RGB (Red+Green+Blue) = 97+158+109=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #619E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E6D is #9E6192. Grayscale: #868686. Windows color (decimal): -10379667 or 7183969. OLE color: 7183969.
HSL color Cylindrical-coordinate representation of color #619E6D: hue angle of 131.8º 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 #619E6D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 109 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.38 |
| HSL | 131.8º | 0.24% | 0.5% | - |
| HSV(B) | 131.8º | 0.39% | 0.62% | - |
| XYZ | 19.92 | 28.1 | 18.84 | - |
| YUV | 134.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 109 | 0.39 | 0 | 0.31 | 0.38 | 131.8 | 0.24 | 0.5 |
| Hex | 61 | 9E | 6D | 27 | 0 | 1F | 26 | 84 | 18 | 32 |
| Octal | 141 | 236 | 155 | 47 | 0 | 37 | 46 | 204 | 30 | 62 |
| Binary | 1100001 | 10011110 | 1101101 | 100111 | 0 | 11111 | 100110 | 10000100 | 11000 | 110010 |
Color Harmonies of #619E6D
Complementary color
Monochromatic Colors of #619E6D
Black with #619E6D
Text Example
Text Example
White with #619E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E6D; }
p { color: rgb(97,158,109); }
H1.HeaderClassName
{
color: #619E6D;
}
.AnyTagClassName
{
color: #619E6D;
}
</style>
background-color css
<style>
a { background-color: #619E6D; }
a { background-color: rgb(97,158,109); }
div.DivClassName
{
background-color: #619E6D;
}
.BgClassName
{
background-color: #619E6D;
}
</style>
border-color css
<style>
span { border-color: #619E6D; }
span { border-color: rgb(97,158,109); }
td.TdClassName
{
border-color: #619E6D;
}
.TagClassName
{
border-color: #619E6D;
}
</style>