Shades of Oxley #619973
Tints of Oxley #619973
RGB
CMYK
RGB Variations
Color information
#619973 (or 0x619973) is known color: Oxley. HEX triplet: 61, 99 and 73. RGB value is (97,153,115). Sum of RGB (Red+Green+Blue) = 97+153+115=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #619973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619973 is #9E668C. Grayscale: #848484. Windows color (decimal): -10380941 or 7575905. OLE color: 7575905.
HSL color Cylindrical-coordinate representation of color #619973: hue angle of 139.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619973 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 115 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.4 |
| HSL | 139.29º | 0.22% | 0.49% | - |
| HSV(B) | 139.29º | 0.37% | 0.6% | - |
| XYZ | 19.42 | 26.56 | 20.32 | - |
| YUV | 131.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 115 | 0.37 | 0 | 0.25 | 0.4 | 139.29 | 0.22 | 0.49 |
| Hex | 61 | 99 | 73 | 25 | 0 | 19 | 28 | 8B | 16 | 31 |
| Octal | 141 | 231 | 163 | 45 | 0 | 31 | 50 | 213 | 26 | 61 |
| Binary | 1100001 | 10011001 | 1110011 | 100101 | 0 | 11001 | 101000 | 10001011 | 10110 | 110001 |
Color Harmonies of #619973
Complementary color
Monochromatic Colors of #619973
Black with #619973
Text Example
Text Example
White with #619973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619973; }
p { color: rgb(97,153,115); }
H1.HeaderClassName
{
color: #619973;
}
.AnyTagClassName
{
color: #619973;
}
</style>
background-color css
<style>
a { background-color: #619973; }
a { background-color: rgb(97,153,115); }
div.DivClassName
{
background-color: #619973;
}
.BgClassName
{
background-color: #619973;
}
</style>
border-color css
<style>
span { border-color: #619973; }
span { border-color: rgb(97,153,115); }
td.TdClassName
{
border-color: #619973;
}
.TagClassName
{
border-color: #619973;
}
</style>