Shades of Oxley #68A582
Tints of Oxley #68A582
RGB
CMYK
RGB Variations
Color information
#68A582 (or 0x68A582) is known color: Oxley. HEX triplet: 68, A5 and 82. RGB value is (104,165,130). Sum of RGB (Red+Green+Blue) = 104+165+130=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #68A582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A582 is #975A7D. Grayscale: #8E8E8E. Windows color (decimal): -9919102 or 8562024. OLE color: 8562024.
HSL color Cylindrical-coordinate representation of color #68A582: hue angle of 145.57º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A582 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 130 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.35 |
| HSL | 145.57º | 0.25% | 0.53% | - |
| HSV(B) | 145.57º | 0.37% | 0.65% | - |
| XYZ | 23.19 | 31.47 | 25.97 | - |
| YUV | 142.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 130 | 0.37 | 0 | 0.21 | 0.35 | 145.57 | 0.25 | 0.53 |
| Hex | 68 | A5 | 82 | 25 | 0 | 15 | 23 | 92 | 19 | 35 |
| Octal | 150 | 245 | 202 | 45 | 0 | 25 | 43 | 222 | 31 | 65 |
| Binary | 1101000 | 10100101 | 10000010 | 100101 | 0 | 10101 | 100011 | 10010010 | 11001 | 110101 |
Color Harmonies of #68A582
Complementary color
Monochromatic Colors of #68A582
Black with #68A582
Text Example
Text Example
White with #68A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A582; }
p { color: rgb(104,165,130); }
H1.HeaderClassName
{
color: #68A582;
}
.AnyTagClassName
{
color: #68A582;
}
</style>
background-color css
<style>
a { background-color: #68A582; }
a { background-color: rgb(104,165,130); }
div.DivClassName
{
background-color: #68A582;
}
.BgClassName
{
background-color: #68A582;
}
</style>
border-color css
<style>
span { border-color: #68A582; }
span { border-color: rgb(104,165,130); }
td.TdClassName
{
border-color: #68A582;
}
.TagClassName
{
border-color: #68A582;
}
</style>