Shades of Oxley #68A37F
Tints of Oxley #68A37F
RGB
CMYK
RGB Variations
Color information
#68A37F (or 0x68A37F) is known color: Oxley. HEX triplet: 68, A3 and 7F. RGB value is (104,163,127). Sum of RGB (Red+Green+Blue) = 104+163+127=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #68A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A37F is #975C80. Grayscale: #8D8D8D. Windows color (decimal): -9919617 or 8364904. OLE color: 8364904.
HSL color Cylindrical-coordinate representation of color #68A37F: hue angle of 143.39º 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 #68A37F is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 127 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.36 |
| HSL | 143.39º | 0.24% | 0.52% | - |
| HSV(B) | 143.39º | 0.36% | 0.64% | - |
| XYZ | 22.64 | 30.67 | 24.81 | - |
| YUV | 141.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 127 | 0.36 | 0 | 0.22 | 0.36 | 143.39 | 0.24 | 0.52 |
| Hex | 68 | A3 | 7F | 24 | 0 | 16 | 24 | 8F | 18 | 34 |
| Octal | 150 | 243 | 177 | 44 | 0 | 26 | 44 | 217 | 30 | 64 |
| Binary | 1101000 | 10100011 | 1111111 | 100100 | 0 | 10110 | 100100 | 10001111 | 11000 | 110100 |
Color Harmonies of #68A37F
Complementary color
Monochromatic Colors of #68A37F
Black with #68A37F
Text Example
Text Example
White with #68A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A37F; }
p { color: rgb(104,163,127); }
H1.HeaderClassName
{
color: #68A37F;
}
.AnyTagClassName
{
color: #68A37F;
}
</style>
background-color css
<style>
a { background-color: #68A37F; }
a { background-color: rgb(104,163,127); }
div.DivClassName
{
background-color: #68A37F;
}
.BgClassName
{
background-color: #68A37F;
}
</style>
border-color css
<style>
span { border-color: #68A37F; }
span { border-color: rgb(104,163,127); }
td.TdClassName
{
border-color: #68A37F;
}
.TagClassName
{
border-color: #68A37F;
}
</style>