Shades of Oxley #68A382
Tints of Oxley #68A382
RGB
CMYK
RGB Variations
Color information
#68A382 (or 0x68A382) is known color: Oxley. HEX triplet: 68, A3 and 82. RGB value is (104,163,130). Sum of RGB (Red+Green+Blue) = 104+163+130=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #68A382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A382 is #975C7D. Grayscale: #8D8D8D. Windows color (decimal): -9919614 or 8561512. OLE color: 8561512.
HSL color Cylindrical-coordinate representation of color #68A382: hue angle of 146.44º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A382 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 130 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.36 |
| HSL | 146.44º | 0.24% | 0.52% | - |
| HSV(B) | 146.44º | 0.36% | 0.64% | - |
| XYZ | 22.84 | 30.75 | 25.85 | - |
| YUV | 141.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 130 | 0.36 | 0 | 0.20 | 0.36 | 146.44 | 0.24 | 0.52 |
| Hex | 68 | A3 | 82 | 24 | 0 | 14 | 24 | 92 | 18 | 34 |
| Octal | 150 | 243 | 202 | 44 | 0 | 24 | 44 | 222 | 30 | 64 |
| Binary | 1101000 | 10100011 | 10000010 | 100100 | 0 | 10100 | 100100 | 10010010 | 11000 | 110100 |
Color Harmonies of #68A382
Complementary color
Monochromatic Colors of #68A382
Black with #68A382
Text Example
Text Example
White with #68A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A382; }
p { color: rgb(104,163,130); }
H1.HeaderClassName
{
color: #68A382;
}
.AnyTagClassName
{
color: #68A382;
}
</style>
background-color css
<style>
a { background-color: #68A382; }
a { background-color: rgb(104,163,130); }
div.DivClassName
{
background-color: #68A382;
}
.BgClassName
{
background-color: #68A382;
}
</style>
border-color css
<style>
span { border-color: #68A382; }
span { border-color: rgb(104,163,130); }
td.TdClassName
{
border-color: #68A382;
}
.TagClassName
{
border-color: #68A382;
}
</style>