Shades of Oxley #76937B
Tints of Oxley #76937B
RGB
CMYK
RGB Variations
Color information
#76937B (or 0x76937B) is known color: Oxley. HEX triplet: 76, 93 and 7B. RGB value is (118,147,123). Sum of RGB (Red+Green+Blue) = 118+147+123=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #76937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937B is #896C84. Grayscale: #878787. Windows color (decimal): -9006213 or 8098678. OLE color: 8098678.
HSL color Cylindrical-coordinate representation of color #76937B: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76937B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 123 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.42 |
| HSL | 130.34º | 0.12% | 0.52% | - |
| HSV(B) | 130.34º | 0.2% | 0.58% | - |
| XYZ | 21.48 | 26.15 | 22.65 | - |
| YUV | 135.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 123 | 0.20 | 0 | 0.16 | 0.42 | 130.34 | 0.12 | 0.52 |
| Hex | 76 | 93 | 7B | 14 | 0 | 10 | 2A | 82 | C | 34 |
| Octal | 166 | 223 | 173 | 24 | 0 | 20 | 52 | 202 | 14 | 64 |
| Binary | 1110110 | 10010011 | 1111011 | 10100 | 0 | 10000 | 101010 | 10000010 | 1100 | 110100 |
Color Harmonies of #76937B
Complementary color
Monochromatic Colors of #76937B
Black with #76937B
Text Example
Text Example
White with #76937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76937B; }
p { color: rgb(118,147,123); }
H1.HeaderClassName
{
color: #76937B;
}
.AnyTagClassName
{
color: #76937B;
}
</style>
background-color css
<style>
a { background-color: #76937B; }
a { background-color: rgb(118,147,123); }
div.DivClassName
{
background-color: #76937B;
}
.BgClassName
{
background-color: #76937B;
}
</style>
border-color css
<style>
span { border-color: #76937B; }
span { border-color: rgb(118,147,123); }
td.TdClassName
{
border-color: #76937B;
}
.TagClassName
{
border-color: #76937B;
}
</style>