Shades of Oxley #68A783
Tints of Oxley #68A783
RGB
CMYK
RGB Variations
Color information
#68A783 (or 0x68A783) is known color: Oxley. HEX triplet: 68, A7 and 83. RGB value is (104,167,131). Sum of RGB (Red+Green+Blue) = 104+167+131=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #68A783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A783 is #97587C. Grayscale: #909090. Windows color (decimal): -9918589 or 8628072. OLE color: 8628072.
HSL color Cylindrical-coordinate representation of color #68A783: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A783 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 131 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.35 |
| HSL | 145.71º | 0.26% | 0.53% | - |
| HSV(B) | 145.71º | 0.38% | 0.65% | - |
| XYZ | 23.62 | 32.22 | 26.45 | - |
| YUV | 144.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 131 | 0.38 | 0 | 0.22 | 0.35 | 145.71 | 0.26 | 0.53 |
| Hex | 68 | A7 | 83 | 26 | 0 | 16 | 23 | 92 | 1A | 35 |
| Octal | 150 | 247 | 203 | 46 | 0 | 26 | 43 | 222 | 32 | 65 |
| Binary | 1101000 | 10100111 | 10000011 | 100110 | 0 | 10110 | 100011 | 10010010 | 11010 | 110101 |
Color Harmonies of #68A783
Complementary color
Monochromatic Colors of #68A783
Black with #68A783
Text Example
Text Example
White with #68A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A783; }
p { color: rgb(104,167,131); }
H1.HeaderClassName
{
color: #68A783;
}
.AnyTagClassName
{
color: #68A783;
}
</style>
background-color css
<style>
a { background-color: #68A783; }
a { background-color: rgb(104,167,131); }
div.DivClassName
{
background-color: #68A783;
}
.BgClassName
{
background-color: #68A783;
}
</style>
border-color css
<style>
span { border-color: #68A783; }
span { border-color: rgb(104,167,131); }
td.TdClassName
{
border-color: #68A783;
}
.TagClassName
{
border-color: #68A783;
}
</style>