Shades of Oxley #68A483
Tints of Oxley #68A483
RGB
CMYK
RGB Variations
Color information
#68A483 (or 0x68A483) is known color: Oxley. HEX triplet: 68, A4 and 83. RGB value is (104,164,131). Sum of RGB (Red+Green+Blue) = 104+164+131=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #68A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A483 is #975B7C. Grayscale: #8E8E8E. Windows color (decimal): -9919357 or 8627304. OLE color: 8627304.
HSL color Cylindrical-coordinate representation of color #68A483: hue angle of 147º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A483 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 131 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.36 |
| HSL | 147º | 0.25% | 0.53% | - |
| HSV(B) | 147º | 0.37% | 0.64% | - |
| XYZ | 23.08 | 31.13 | 26.27 | - |
| YUV | 142.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 131 | 0.37 | 0 | 0.20 | 0.36 | 147 | 0.25 | 0.53 |
| Hex | 68 | A4 | 83 | 25 | 0 | 14 | 24 | 93 | 19 | 35 |
| Octal | 150 | 244 | 203 | 45 | 0 | 24 | 44 | 223 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10000011 | 100101 | 0 | 10100 | 100100 | 10010011 | 11001 | 110101 |
Color Harmonies of #68A483
Complementary color
Monochromatic Colors of #68A483
Black with #68A483
Text Example
Text Example
White with #68A483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A483; }
p { color: rgb(104,164,131); }
H1.HeaderClassName
{
color: #68A483;
}
.AnyTagClassName
{
color: #68A483;
}
</style>
background-color css
<style>
a { background-color: #68A483; }
a { background-color: rgb(104,164,131); }
div.DivClassName
{
background-color: #68A483;
}
.BgClassName
{
background-color: #68A483;
}
</style>
border-color css
<style>
span { border-color: #68A483; }
span { border-color: rgb(104,164,131); }
td.TdClassName
{
border-color: #68A483;
}
.TagClassName
{
border-color: #68A483;
}
</style>