Shades of Oxley #68A982
Tints of Oxley #68A982
RGB
CMYK
RGB Variations
Color information
#68A982 (or 0x68A982) is known color: Oxley. HEX triplet: 68, A9 and 82. RGB value is (104,169,130). Sum of RGB (Red+Green+Blue) = 104+169+130=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #68A982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A982 is #97567D. Grayscale: #919191. Windows color (decimal): -9918078 or 8563048. OLE color: 8563048.
HSL color Cylindrical-coordinate representation of color #68A982: hue angle of 144º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A982 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 130 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.34 |
| HSL | 144º | 0.27% | 0.54% | - |
| HSV(B) | 144º | 0.38% | 0.66% | - |
| XYZ | 23.93 | 32.93 | 26.21 | - |
| YUV | 145.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 130 | 0.38 | 0 | 0.23 | 0.34 | 144 | 0.27 | 0.54 |
| Hex | 68 | A9 | 82 | 26 | 0 | 17 | 22 | 90 | 1B | 36 |
| Octal | 150 | 251 | 202 | 46 | 0 | 27 | 42 | 220 | 33 | 66 |
| Binary | 1101000 | 10101001 | 10000010 | 100110 | 0 | 10111 | 100010 | 10010000 | 11011 | 110110 |
Color Harmonies of #68A982
Complementary color
Monochromatic Colors of #68A982
Black with #68A982
Text Example
Text Example
White with #68A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A982; }
p { color: rgb(104,169,130); }
H1.HeaderClassName
{
color: #68A982;
}
.AnyTagClassName
{
color: #68A982;
}
</style>
background-color css
<style>
a { background-color: #68A982; }
a { background-color: rgb(104,169,130); }
div.DivClassName
{
background-color: #68A982;
}
.BgClassName
{
background-color: #68A982;
}
</style>
border-color css
<style>
span { border-color: #68A982; }
span { border-color: rgb(104,169,130); }
td.TdClassName
{
border-color: #68A982;
}
.TagClassName
{
border-color: #68A982;
}
</style>