Shades of Oxley #619D6B
Tints of Oxley #619D6B
RGB
CMYK
RGB Variations
Color information
#619D6B (or 0x619D6B) is known color: Oxley. HEX triplet: 61, 9D and 6B. RGB value is (97,157,107). Sum of RGB (Red+Green+Blue) = 97+157+107=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #619D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D6B is #9E6294. Grayscale: #858585. Windows color (decimal): -10379925 or 7052641. OLE color: 7052641.
HSL color Cylindrical-coordinate representation of color #619D6B: hue angle of 130º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D6B is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 107 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.38 |
| HSL | 130º | 0.24% | 0.5% | - |
| HSV(B) | 130º | 0.38% | 0.62% | - |
| XYZ | 19.64 | 27.72 | 18.22 | - |
| YUV | 133.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 107 | 0.38 | 0 | 0.32 | 0.38 | 130 | 0.24 | 0.5 |
| Hex | 61 | 9D | 6B | 26 | 0 | 20 | 26 | 82 | 18 | 32 |
| Octal | 141 | 235 | 153 | 46 | 0 | 40 | 46 | 202 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1101011 | 100110 | 0 | 100000 | 100110 | 10000010 | 11000 | 110010 |
Color Harmonies of #619D6B
Complementary color
Monochromatic Colors of #619D6B
Black with #619D6B
Text Example
Text Example
White with #619D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D6B; }
p { color: rgb(97,157,107); }
H1.HeaderClassName
{
color: #619D6B;
}
.AnyTagClassName
{
color: #619D6B;
}
</style>
background-color css
<style>
a { background-color: #619D6B; }
a { background-color: rgb(97,157,107); }
div.DivClassName
{
background-color: #619D6B;
}
.BgClassName
{
background-color: #619D6B;
}
</style>
border-color css
<style>
span { border-color: #619D6B; }
span { border-color: rgb(97,157,107); }
td.TdClassName
{
border-color: #619D6B;
}
.TagClassName
{
border-color: #619D6B;
}
</style>