Shades of Oxley #76A87B
Tints of Oxley #76A87B
RGB
CMYK
RGB Variations
Color information
#76A87B (or 0x76A87B) is known color: Oxley. HEX triplet: 76, A8 and 7B. RGB value is (118,168,123). Sum of RGB (Red+Green+Blue) = 118+168+123=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #76A87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A87B is #895784. Grayscale: #949494. Windows color (decimal): -9000837 or 8104054. OLE color: 8104054.
HSL color Cylindrical-coordinate representation of color #76A87B: hue angle of 126º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A87B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 123 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.34 |
| HSL | 126º | 0.22% | 0.56% | - |
| HSV(B) | 126º | 0.3% | 0.66% | - |
| XYZ | 25.05 | 33.29 | 23.84 | - |
| YUV | 147.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 123 | 0.30 | 0 | 0.27 | 0.34 | 126 | 0.22 | 0.56 |
| Hex | 76 | A8 | 7B | 1E | 0 | 1B | 22 | 7E | 16 | 38 |
| Octal | 166 | 250 | 173 | 36 | 0 | 33 | 42 | 176 | 26 | 70 |
| Binary | 1110110 | 10101000 | 1111011 | 11110 | 0 | 11011 | 100010 | 1111110 | 10110 | 111000 |
Color Harmonies of #76A87B
Complementary color
Monochromatic Colors of #76A87B
Black with #76A87B
Text Example
Text Example
White with #76A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A87B; }
p { color: rgb(118,168,123); }
H1.HeaderClassName
{
color: #76A87B;
}
.AnyTagClassName
{
color: #76A87B;
}
</style>
background-color css
<style>
a { background-color: #76A87B; }
a { background-color: rgb(118,168,123); }
div.DivClassName
{
background-color: #76A87B;
}
.BgClassName
{
background-color: #76A87B;
}
</style>
border-color css
<style>
span { border-color: #76A87B; }
span { border-color: rgb(118,168,123); }
td.TdClassName
{
border-color: #76A87B;
}
.TagClassName
{
border-color: #76A87B;
}
</style>