Shades of Oxley #76A47A
Tints of Oxley #76A47A
RGB
CMYK
RGB Variations
Color information
#76A47A (or 0x76A47A) is known color: Oxley. HEX triplet: 76, A4 and 7A. RGB value is (118,164,122). Sum of RGB (Red+Green+Blue) = 118+164+122=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #76A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A47A is #895B85. Grayscale: #919191. Windows color (decimal): -9001862 or 8037494. OLE color: 8037494.
HSL color Cylindrical-coordinate representation of color #76A47A: hue angle of 125.22º 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 #76A47A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 122 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.36 |
| HSL | 125.22º | 0.2% | 0.55% | - |
| HSV(B) | 125.22º | 0.28% | 0.64% | - |
| XYZ | 24.26 | 31.81 | 23.27 | - |
| YUV | 145.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 122 | 0.28 | 0 | 0.26 | 0.36 | 125.22 | 0.2 | 0.55 |
| Hex | 76 | A4 | 7A | 1C | 0 | 1A | 24 | 7D | 14 | 37 |
| Octal | 166 | 244 | 172 | 34 | 0 | 32 | 44 | 175 | 24 | 67 |
| Binary | 1110110 | 10100100 | 1111010 | 11100 | 0 | 11010 | 100100 | 1111101 | 10100 | 110111 |
Color Harmonies of #76A47A
Complementary color
Monochromatic Colors of #76A47A
Black with #76A47A
Text Example
Text Example
White with #76A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A47A; }
p { color: rgb(118,164,122); }
H1.HeaderClassName
{
color: #76A47A;
}
.AnyTagClassName
{
color: #76A47A;
}
</style>
background-color css
<style>
a { background-color: #76A47A; }
a { background-color: rgb(118,164,122); }
div.DivClassName
{
background-color: #76A47A;
}
.BgClassName
{
background-color: #76A47A;
}
</style>
border-color css
<style>
span { border-color: #76A47A; }
span { border-color: rgb(118,164,122); }
td.TdClassName
{
border-color: #76A47A;
}
.TagClassName
{
border-color: #76A47A;
}
</style>