Shades of Oxley #68A381
Tints of Oxley #68A381
RGB
CMYK
RGB Variations
Color information
#68A381 (or 0x68A381) is known color: Oxley. HEX triplet: 68, A3 and 81. RGB value is (104,163,129). Sum of RGB (Red+Green+Blue) = 104+163+129=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #68A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A381 is #975C7E. Grayscale: #8D8D8D. Windows color (decimal): -9919615 or 8495976. OLE color: 8495976.
HSL color Cylindrical-coordinate representation of color #68A381: hue angle of 145.42º 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 #68A381 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 129 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.36 |
| HSL | 145.42º | 0.24% | 0.52% | - |
| HSV(B) | 145.42º | 0.36% | 0.64% | - |
| XYZ | 22.77 | 30.72 | 25.5 | - |
| YUV | 141.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 129 | 0.36 | 0 | 0.21 | 0.36 | 145.42 | 0.24 | 0.52 |
| Hex | 68 | A3 | 81 | 24 | 0 | 15 | 24 | 91 | 18 | 34 |
| Octal | 150 | 243 | 201 | 44 | 0 | 25 | 44 | 221 | 30 | 64 |
| Binary | 1101000 | 10100011 | 10000001 | 100100 | 0 | 10101 | 100100 | 10010001 | 11000 | 110100 |
Color Harmonies of #68A381
Complementary color
Monochromatic Colors of #68A381
Black with #68A381
Text Example
Text Example
White with #68A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A381; }
p { color: rgb(104,163,129); }
H1.HeaderClassName
{
color: #68A381;
}
.AnyTagClassName
{
color: #68A381;
}
</style>
background-color css
<style>
a { background-color: #68A381; }
a { background-color: rgb(104,163,129); }
div.DivClassName
{
background-color: #68A381;
}
.BgClassName
{
background-color: #68A381;
}
</style>
border-color css
<style>
span { border-color: #68A381; }
span { border-color: rgb(104,163,129); }
td.TdClassName
{
border-color: #68A381;
}
.TagClassName
{
border-color: #68A381;
}
</style>