Shades of Oxley #76977B
Tints of Oxley #76977B
RGB
CMYK
RGB Variations
Color information
#76977B (or 0x76977B) is known color: Oxley. HEX triplet: 76, 97 and 7B. RGB value is (118,151,123). Sum of RGB (Red+Green+Blue) = 118+151+123=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #76977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977B is #896884. Grayscale: #8A8A8A. Windows color (decimal): -9005189 or 8099702. OLE color: 8099702.
HSL color Cylindrical-coordinate representation of color #76977B: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76977B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 123 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.41 |
| HSL | 129.09º | 0.14% | 0.53% | - |
| HSV(B) | 129.09º | 0.22% | 0.59% | - |
| XYZ | 22.11 | 27.41 | 22.87 | - |
| YUV | 137.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 123 | 0.22 | 0 | 0.19 | 0.41 | 129.09 | 0.14 | 0.53 |
| Hex | 76 | 97 | 7B | 16 | 0 | 13 | 29 | 81 | E | 35 |
| Octal | 166 | 227 | 173 | 26 | 0 | 23 | 51 | 201 | 16 | 65 |
| Binary | 1110110 | 10010111 | 1111011 | 10110 | 0 | 10011 | 101001 | 10000001 | 1110 | 110101 |
Color Harmonies of #76977B
Complementary color
Monochromatic Colors of #76977B
Black with #76977B
Text Example
Text Example
White with #76977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76977B; }
p { color: rgb(118,151,123); }
H1.HeaderClassName
{
color: #76977B;
}
.AnyTagClassName
{
color: #76977B;
}
</style>
background-color css
<style>
a { background-color: #76977B; }
a { background-color: rgb(118,151,123); }
div.DivClassName
{
background-color: #76977B;
}
.BgClassName
{
background-color: #76977B;
}
</style>
border-color css
<style>
span { border-color: #76977B; }
span { border-color: rgb(118,151,123); }
td.TdClassName
{
border-color: #76977B;
}
.TagClassName
{
border-color: #76977B;
}
</style>