Shades of Oxley #76A37B
Tints of Oxley #76A37B
RGB
CMYK
RGB Variations
Color information
#76A37B (or 0x76A37B) is known color: Oxley. HEX triplet: 76, A3 and 7B. RGB value is (118,163,123). Sum of RGB (Red+Green+Blue) = 118+163+123=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #76A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A37B is #895C84. Grayscale: #919191. Windows color (decimal): -9002117 or 8102774. OLE color: 8102774.
HSL color Cylindrical-coordinate representation of color #76A37B: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A37B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 123 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.36 |
| HSL | 126.67º | 0.2% | 0.55% | - |
| HSV(B) | 126.67º | 0.28% | 0.64% | - |
| XYZ | 24.14 | 31.48 | 23.54 | - |
| YUV | 144.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 123 | 0.28 | 0 | 0.25 | 0.36 | 126.67 | 0.2 | 0.55 |
| Hex | 76 | A3 | 7B | 1C | 0 | 19 | 24 | 7F | 14 | 37 |
| Octal | 166 | 243 | 173 | 34 | 0 | 31 | 44 | 177 | 24 | 67 |
| Binary | 1110110 | 10100011 | 1111011 | 11100 | 0 | 11001 | 100100 | 1111111 | 10100 | 110111 |
Color Harmonies of #76A37B
Complementary color
Monochromatic Colors of #76A37B
Black with #76A37B
Text Example
Text Example
White with #76A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A37B; }
p { color: rgb(118,163,123); }
H1.HeaderClassName
{
color: #76A37B;
}
.AnyTagClassName
{
color: #76A37B;
}
</style>
background-color css
<style>
a { background-color: #76A37B; }
a { background-color: rgb(118,163,123); }
div.DivClassName
{
background-color: #76A37B;
}
.BgClassName
{
background-color: #76A37B;
}
</style>
border-color css
<style>
span { border-color: #76A37B; }
span { border-color: rgb(118,163,123); }
td.TdClassName
{
border-color: #76A37B;
}
.TagClassName
{
border-color: #76A37B;
}
</style>