Shades of Oxley #619C70
Tints of Oxley #619C70
RGB
CMYK
RGB Variations
Color information
#619C70 (or 0x619C70) is known color: Oxley. HEX triplet: 61, 9C and 70. RGB value is (97,156,112). Sum of RGB (Red+Green+Blue) = 97+156+112=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #619C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C70 is #9E638F. Grayscale: #858585. Windows color (decimal): -10380176 or 7380065. OLE color: 7380065.
HSL color Cylindrical-coordinate representation of color #619C70: hue angle of 135.25º 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 #619C70 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 156 | 112 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.39 |
| HSL | 135.25º | 0.23% | 0.5% | - |
| HSV(B) | 135.25º | 0.38% | 0.61% | - |
| XYZ | 19.74 | 27.49 | 19.59 | - |
| YUV | 133.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 112 | 0.38 | 0 | 0.28 | 0.39 | 135.25 | 0.23 | 0.5 |
| Hex | 61 | 9C | 70 | 26 | 0 | 1C | 27 | 87 | 17 | 32 |
| Octal | 141 | 234 | 160 | 46 | 0 | 34 | 47 | 207 | 27 | 62 |
| Binary | 1100001 | 10011100 | 1110000 | 100110 | 0 | 11100 | 100111 | 10000111 | 10111 | 110010 |
Color Harmonies of #619C70
Complementary color
Monochromatic Colors of #619C70
Black with #619C70
Text Example
Text Example
White with #619C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619C70; }
p { color: rgb(97,156,112); }
H1.HeaderClassName
{
color: #619C70;
}
.AnyTagClassName
{
color: #619C70;
}
</style>
background-color css
<style>
a { background-color: #619C70; }
a { background-color: rgb(97,156,112); }
div.DivClassName
{
background-color: #619C70;
}
.BgClassName
{
background-color: #619C70;
}
</style>
border-color css
<style>
span { border-color: #619C70; }
span { border-color: rgb(97,156,112); }
td.TdClassName
{
border-color: #619C70;
}
.TagClassName
{
border-color: #619C70;
}
</style>