Shades of Oxley #619A6D
Tints of Oxley #619A6D
RGB
CMYK
RGB Variations
Color information
#619A6D (or 0x619A6D) is known color: Oxley. HEX triplet: 61, 9A and 6D. RGB value is (97,154,109). Sum of RGB (Red+Green+Blue) = 97+154+109=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 154 - color contains mainly: green. Hex color #619A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A6D is #9E6592. Grayscale: #838383. Windows color (decimal): -10380691 or 7182945. OLE color: 7182945.
HSL color Cylindrical-coordinate representation of color #619A6D: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A6D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 109 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.40 |
| HSL | 132.63º | 0.23% | 0.49% | - |
| HSV(B) | 132.63º | 0.37% | 0.6% | - |
| XYZ | 19.25 | 26.76 | 18.62 | - |
| YUV | 131.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 109 | 0.37 | 0 | 0.29 | 0.40 | 132.63 | 0.23 | 0.49 |
| Hex | 61 | 9A | 6D | 25 | 0 | 1D | 28 | 85 | 17 | 31 |
| Octal | 141 | 232 | 155 | 45 | 0 | 35 | 50 | 205 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1101101 | 100101 | 0 | 11101 | 101000 | 10000101 | 10111 | 110001 |
Color Harmonies of #619A6D
Complementary color
Monochromatic Colors of #619A6D
Black with #619A6D
Text Example
Text Example
White with #619A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A6D; }
p { color: rgb(97,154,109); }
H1.HeaderClassName
{
color: #619A6D;
}
.AnyTagClassName
{
color: #619A6D;
}
</style>
background-color css
<style>
a { background-color: #619A6D; }
a { background-color: rgb(97,154,109); }
div.DivClassName
{
background-color: #619A6D;
}
.BgClassName
{
background-color: #619A6D;
}
</style>
border-color css
<style>
span { border-color: #619A6D; }
span { border-color: rgb(97,154,109); }
td.TdClassName
{
border-color: #619A6D;
}
.TagClassName
{
border-color: #619A6D;
}
</style>