Shades of Oxley #619C6B
Tints of Oxley #619C6B
RGB
CMYK
RGB Variations
Color information
#619C6B (or 0x619C6B) is known color: Oxley. HEX triplet: 61, 9C and 6B. RGB value is (97,156,107). Sum of RGB (Red+Green+Blue) = 97+156+107=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #619C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C6B is #9E6394. Grayscale: #848484. Windows color (decimal): -10380181 or 7052385. OLE color: 7052385.
HSL color Cylindrical-coordinate representation of color #619C6B: hue angle of 130.17º 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 #619C6B is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 156 | 107 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.39 |
| HSL | 130.17º | 0.23% | 0.5% | - |
| HSV(B) | 130.17º | 0.38% | 0.61% | - |
| XYZ | 19.47 | 27.38 | 18.17 | - |
| YUV | 132.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 107 | 0.38 | 0 | 0.31 | 0.39 | 130.17 | 0.23 | 0.5 |
| Hex | 61 | 9C | 6B | 26 | 0 | 1F | 27 | 82 | 17 | 32 |
| Octal | 141 | 234 | 153 | 46 | 0 | 37 | 47 | 202 | 27 | 62 |
| Binary | 1100001 | 10011100 | 1101011 | 100110 | 0 | 11111 | 100111 | 10000010 | 10111 | 110010 |
Color Harmonies of #619C6B
Complementary color
Monochromatic Colors of #619C6B
Black with #619C6B
Text Example
Text Example
White with #619C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619C6B; }
p { color: rgb(97,156,107); }
H1.HeaderClassName
{
color: #619C6B;
}
.AnyTagClassName
{
color: #619C6B;
}
</style>
background-color css
<style>
a { background-color: #619C6B; }
a { background-color: rgb(97,156,107); }
div.DivClassName
{
background-color: #619C6B;
}
.BgClassName
{
background-color: #619C6B;
}
</style>
border-color css
<style>
span { border-color: #619C6B; }
span { border-color: rgb(97,156,107); }
td.TdClassName
{
border-color: #619C6B;
}
.TagClassName
{
border-color: #619C6B;
}
</style>