Shades of Oxley #619D6D
Tints of Oxley #619D6D
RGB
CMYK
RGB Variations
Color information
#619D6D (or 0x619D6D) is known color: Oxley. HEX triplet: 61, 9D and 6D. RGB value is (97,157,109). Sum of RGB (Red+Green+Blue) = 97+157+109=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #619D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D6D is #9E6292. Grayscale: #858585. Windows color (decimal): -10379923 or 7183713. OLE color: 7183713.
HSL color Cylindrical-coordinate representation of color #619D6D: hue angle of 132º 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 #619D6D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 109 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.38 |
| HSL | 132º | 0.24% | 0.5% | - |
| HSV(B) | 132º | 0.38% | 0.62% | - |
| XYZ | 19.75 | 27.76 | 18.79 | - |
| YUV | 133.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 109 | 0.38 | 0 | 0.31 | 0.38 | 132 | 0.24 | 0.5 |
| Hex | 61 | 9D | 6D | 26 | 0 | 1F | 26 | 84 | 18 | 32 |
| Octal | 141 | 235 | 155 | 46 | 0 | 37 | 46 | 204 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1101101 | 100110 | 0 | 11111 | 100110 | 10000100 | 11000 | 110010 |
Color Harmonies of #619D6D
Complementary color
Monochromatic Colors of #619D6D
Black with #619D6D
Text Example
Text Example
White with #619D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D6D; }
p { color: rgb(97,157,109); }
H1.HeaderClassName
{
color: #619D6D;
}
.AnyTagClassName
{
color: #619D6D;
}
</style>
background-color css
<style>
a { background-color: #619D6D; }
a { background-color: rgb(97,157,109); }
div.DivClassName
{
background-color: #619D6D;
}
.BgClassName
{
background-color: #619D6D;
}
</style>
border-color css
<style>
span { border-color: #619D6D; }
span { border-color: rgb(97,157,109); }
td.TdClassName
{
border-color: #619D6D;
}
.TagClassName
{
border-color: #619D6D;
}
</style>