Shades of Oxley #76A478
Tints of Oxley #76A478
RGB
CMYK
RGB Variations
Color information
#76A478 (or 0x76A478) is known color: Oxley. HEX triplet: 76, A4 and 78. RGB value is (118,164,120). Sum of RGB (Red+Green+Blue) = 118+164+120=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #76A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A478 is #895B87. Grayscale: #919191. Windows color (decimal): -9001864 or 7906422. OLE color: 7906422.
HSL color Cylindrical-coordinate representation of color #76A478: hue angle of 122.61º 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 #76A478 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 120 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.36 |
| HSL | 122.61º | 0.2% | 0.55% | - |
| HSV(B) | 122.61º | 0.28% | 0.64% | - |
| XYZ | 24.14 | 31.76 | 22.63 | - |
| YUV | 145.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 120 | 0.28 | 0 | 0.27 | 0.36 | 122.61 | 0.2 | 0.55 |
| Hex | 76 | A4 | 78 | 1C | 0 | 1B | 24 | 7B | 14 | 37 |
| Octal | 166 | 244 | 170 | 34 | 0 | 33 | 44 | 173 | 24 | 67 |
| Binary | 1110110 | 10100100 | 1111000 | 11100 | 0 | 11011 | 100100 | 1111011 | 10100 | 110111 |
Color Harmonies of #76A478
Complementary color
Monochromatic Colors of #76A478
Black with #76A478
Text Example
Text Example
White with #76A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A478; }
p { color: rgb(118,164,120); }
H1.HeaderClassName
{
color: #76A478;
}
.AnyTagClassName
{
color: #76A478;
}
</style>
background-color css
<style>
a { background-color: #76A478; }
a { background-color: rgb(118,164,120); }
div.DivClassName
{
background-color: #76A478;
}
.BgClassName
{
background-color: #76A478;
}
</style>
border-color css
<style>
span { border-color: #76A478; }
span { border-color: rgb(118,164,120); }
td.TdClassName
{
border-color: #76A478;
}
.TagClassName
{
border-color: #76A478;
}
</style>