Shades of Oxley #68A67B
Tints of Oxley #68A67B
RGB
CMYK
RGB Variations
Color information
#68A67B (or 0x68A67B) is known color: Oxley. HEX triplet: 68, A6 and 7B. RGB value is (104,166,123). Sum of RGB (Red+Green+Blue) = 104+166+123=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #68A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A67B is #975984. Grayscale: #8E8E8E. Windows color (decimal): -9918853 or 8103528. OLE color: 8103528.
HSL color Cylindrical-coordinate representation of color #68A67B: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A67B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 123 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.35 |
| HSL | 138.39º | 0.26% | 0.53% | - |
| HSV(B) | 138.39º | 0.37% | 0.65% | - |
| XYZ | 22.92 | 31.65 | 23.64 | - |
| YUV | 142.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 123 | 0.37 | 0 | 0.26 | 0.35 | 138.39 | 0.26 | 0.53 |
| Hex | 68 | A6 | 7B | 25 | 0 | 1A | 23 | 8A | 1A | 35 |
| Octal | 150 | 246 | 173 | 45 | 0 | 32 | 43 | 212 | 32 | 65 |
| Binary | 1101000 | 10100110 | 1111011 | 100101 | 0 | 11010 | 100011 | 10001010 | 11010 | 110101 |
Color Harmonies of #68A67B
Complementary color
Monochromatic Colors of #68A67B
Black with #68A67B
Text Example
Text Example
White with #68A67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A67B; }
p { color: rgb(104,166,123); }
H1.HeaderClassName
{
color: #68A67B;
}
.AnyTagClassName
{
color: #68A67B;
}
</style>
background-color css
<style>
a { background-color: #68A67B; }
a { background-color: rgb(104,166,123); }
div.DivClassName
{
background-color: #68A67B;
}
.BgClassName
{
background-color: #68A67B;
}
</style>
border-color css
<style>
span { border-color: #68A67B; }
span { border-color: rgb(104,166,123); }
td.TdClassName
{
border-color: #68A67B;
}
.TagClassName
{
border-color: #68A67B;
}
</style>