Shades of Oxley #68AF7E
Tints of Oxley #68AF7E
RGB
CMYK
RGB Variations
Color information
#68AF7E (or 0x68AF7E) is known color: Oxley. HEX triplet: 68, AF and 7E. RGB value is (104,175,126). Sum of RGB (Red+Green+Blue) = 104+175+126=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7E is #975081. Grayscale: #949494. Windows color (decimal): -9916546 or 8302440. OLE color: 8302440.
HSL color Cylindrical-coordinate representation of color #68AF7E: hue angle of 138.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF7E is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 126 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.31 |
| HSL | 138.59º | 0.31% | 0.55% | - |
| HSV(B) | 138.59º | 0.41% | 0.69% | - |
| XYZ | 24.8 | 35.11 | 25.21 | - |
| YUV | 148.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 126 | 0.41 | 0 | 0.28 | 0.31 | 138.59 | 0.31 | 0.55 |
| Hex | 68 | AF | 7E | 29 | 0 | 1C | 1F | 8B | 1F | 37 |
| Octal | 150 | 257 | 176 | 51 | 0 | 34 | 37 | 213 | 37 | 67 |
| Binary | 1101000 | 10101111 | 1111110 | 101001 | 0 | 11100 | 11111 | 10001011 | 11111 | 110111 |
Color Harmonies of #68AF7E
Complementary color
Monochromatic Colors of #68AF7E
Black with #68AF7E
Text Example
Text Example
White with #68AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF7E; }
p { color: rgb(104,175,126); }
H1.HeaderClassName
{
color: #68AF7E;
}
.AnyTagClassName
{
color: #68AF7E;
}
</style>
background-color css
<style>
a { background-color: #68AF7E; }
a { background-color: rgb(104,175,126); }
div.DivClassName
{
background-color: #68AF7E;
}
.BgClassName
{
background-color: #68AF7E;
}
</style>
border-color css
<style>
span { border-color: #68AF7E; }
span { border-color: rgb(104,175,126); }
td.TdClassName
{
border-color: #68AF7E;
}
.TagClassName
{
border-color: #68AF7E;
}
</style>