Shades of Oxley #68A27A
Tints of Oxley #68A27A
RGB
CMYK
RGB Variations
Color information
#68A27A (or 0x68A27A) is known color: Oxley. HEX triplet: 68, A2 and 7A. RGB value is (104,162,122). Sum of RGB (Red+Green+Blue) = 104+162+122=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #68A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A27A is #975D85. Grayscale: #8C8C8C. Windows color (decimal): -9919878 or 8036968. OLE color: 8036968.
HSL color Cylindrical-coordinate representation of color #68A27A: hue angle of 138.62º 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 #68A27A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 122 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.36 |
| HSL | 138.62º | 0.24% | 0.52% | - |
| HSV(B) | 138.62º | 0.36% | 0.64% | - |
| XYZ | 22.14 | 30.19 | 23.07 | - |
| YUV | 140.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 122 | 0.36 | 0 | 0.25 | 0.36 | 138.62 | 0.24 | 0.52 |
| Hex | 68 | A2 | 7A | 24 | 0 | 19 | 24 | 8B | 18 | 34 |
| Octal | 150 | 242 | 172 | 44 | 0 | 31 | 44 | 213 | 30 | 64 |
| Binary | 1101000 | 10100010 | 1111010 | 100100 | 0 | 11001 | 100100 | 10001011 | 11000 | 110100 |
Color Harmonies of #68A27A
Complementary color
Monochromatic Colors of #68A27A
Black with #68A27A
Text Example
Text Example
White with #68A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A27A; }
p { color: rgb(104,162,122); }
H1.HeaderClassName
{
color: #68A27A;
}
.AnyTagClassName
{
color: #68A27A;
}
</style>
background-color css
<style>
a { background-color: #68A27A; }
a { background-color: rgb(104,162,122); }
div.DivClassName
{
background-color: #68A27A;
}
.BgClassName
{
background-color: #68A27A;
}
</style>
border-color css
<style>
span { border-color: #68A27A; }
span { border-color: rgb(104,162,122); }
td.TdClassName
{
border-color: #68A27A;
}
.TagClassName
{
border-color: #68A27A;
}
</style>