Shades of Oxley #619C6E
Tints of Oxley #619C6E
RGB
CMYK
RGB Variations
Color information
#619C6E (or 0x619C6E) is known color: Oxley. HEX triplet: 61, 9C and 6E. RGB value is (97,156,110). Sum of RGB (Red+Green+Blue) = 97+156+110=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #619C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C6E is #9E6391. Grayscale: #858585. Windows color (decimal): -10380178 or 7248993. OLE color: 7248993.
HSL color Cylindrical-coordinate representation of color #619C6E: hue angle of 133.22º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C6E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 156 | 110 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.39 |
| HSL | 133.22º | 0.23% | 0.5% | - |
| HSV(B) | 133.22º | 0.38% | 0.61% | - |
| XYZ | 19.63 | 27.44 | 19.01 | - |
| YUV | 133.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 110 | 0.38 | 0 | 0.29 | 0.39 | 133.22 | 0.23 | 0.5 |
| Hex | 61 | 9C | 6E | 26 | 0 | 1D | 27 | 85 | 17 | 32 |
| Octal | 141 | 234 | 156 | 46 | 0 | 35 | 47 | 205 | 27 | 62 |
| Binary | 1100001 | 10011100 | 1101110 | 100110 | 0 | 11101 | 100111 | 10000101 | 10111 | 110010 |
Color Harmonies of #619C6E
Complementary color
Monochromatic Colors of #619C6E
Black with #619C6E
Text Example
Text Example
White with #619C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619C6E; }
p { color: rgb(97,156,110); }
H1.HeaderClassName
{
color: #619C6E;
}
.AnyTagClassName
{
color: #619C6E;
}
</style>
background-color css
<style>
a { background-color: #619C6E; }
a { background-color: rgb(97,156,110); }
div.DivClassName
{
background-color: #619C6E;
}
.BgClassName
{
background-color: #619C6E;
}
</style>
border-color css
<style>
span { border-color: #619C6E; }
span { border-color: rgb(97,156,110); }
td.TdClassName
{
border-color: #619C6E;
}
.TagClassName
{
border-color: #619C6E;
}
</style>