Shades of Oxley #619B6C
Tints of Oxley #619B6C
RGB
CMYK
RGB Variations
Color information
#619B6C (or 0x619B6C) is known color: Oxley. HEX triplet: 61, 9B and 6C. RGB value is (97,155,108). Sum of RGB (Red+Green+Blue) = 97+155+108=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #619B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B6C is #9E6493. Grayscale: #848484. Windows color (decimal): -10380436 or 7117665. OLE color: 7117665.
HSL color Cylindrical-coordinate representation of color #619B6C: hue angle of 131.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B6C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 108 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.39 |
| HSL | 131.38º | 0.23% | 0.49% | - |
| HSV(B) | 131.38º | 0.37% | 0.61% | - |
| XYZ | 19.36 | 27.07 | 18.39 | - |
| YUV | 132.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 108 | 0.37 | 0 | 0.30 | 0.39 | 131.38 | 0.23 | 0.49 |
| Hex | 61 | 9B | 6C | 25 | 0 | 1E | 27 | 83 | 17 | 31 |
| Octal | 141 | 233 | 154 | 45 | 0 | 36 | 47 | 203 | 27 | 61 |
| Binary | 1100001 | 10011011 | 1101100 | 100101 | 0 | 11110 | 100111 | 10000011 | 10111 | 110001 |
Color Harmonies of #619B6C
Complementary color
Monochromatic Colors of #619B6C
Black with #619B6C
Text Example
Text Example
White with #619B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B6C; }
p { color: rgb(97,155,108); }
H1.HeaderClassName
{
color: #619B6C;
}
.AnyTagClassName
{
color: #619B6C;
}
</style>
background-color css
<style>
a { background-color: #619B6C; }
a { background-color: rgb(97,155,108); }
div.DivClassName
{
background-color: #619B6C;
}
.BgClassName
{
background-color: #619B6C;
}
</style>
border-color css
<style>
span { border-color: #619B6C; }
span { border-color: rgb(97,155,108); }
td.TdClassName
{
border-color: #619B6C;
}
.TagClassName
{
border-color: #619B6C;
}
</style>