Shades of Oxley #619F69
Tints of Oxley #619F69
RGB
CMYK
RGB Variations
Color information
#619F69 (or 0x619F69) is known color: Oxley. HEX triplet: 61, 9F and 69. RGB value is (97,159,105). Sum of RGB (Red+Green+Blue) = 97+159+105=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #619F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F69 is #9E6096. Grayscale: #868686. Windows color (decimal): -10379415 or 6922081. OLE color: 6922081.
HSL color Cylindrical-coordinate representation of color #619F69: hue angle of 127.74º 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 #619F69 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 105 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.38 |
| HSL | 127.74º | 0.24% | 0.5% | - |
| HSV(B) | 127.74º | 0.39% | 0.62% | - |
| XYZ | 19.88 | 28.36 | 17.79 | - |
| YUV | 134.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 105 | 0.39 | 0 | 0.34 | 0.38 | 127.74 | 0.24 | 0.5 |
| Hex | 61 | 9F | 69 | 27 | 0 | 22 | 26 | 80 | 18 | 32 |
| Octal | 141 | 237 | 151 | 47 | 0 | 42 | 46 | 200 | 30 | 62 |
| Binary | 1100001 | 10011111 | 1101001 | 100111 | 0 | 100010 | 100110 | 10000000 | 11000 | 110010 |
Color Harmonies of #619F69
Complementary color
Monochromatic Colors of #619F69
Black with #619F69
Text Example
Text Example
White with #619F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F69; }
p { color: rgb(97,159,105); }
H1.HeaderClassName
{
color: #619F69;
}
.AnyTagClassName
{
color: #619F69;
}
</style>
background-color css
<style>
a { background-color: #619F69; }
a { background-color: rgb(97,159,105); }
div.DivClassName
{
background-color: #619F69;
}
.BgClassName
{
background-color: #619F69;
}
</style>
border-color css
<style>
span { border-color: #619F69; }
span { border-color: rgb(97,159,105); }
td.TdClassName
{
border-color: #619F69;
}
.TagClassName
{
border-color: #619F69;
}
</style>