Shades of Oxley #76A27B
Tints of Oxley #76A27B
RGB
CMYK
RGB Variations
Color information
#76A27B (or 0x76A27B) is known color: Oxley. HEX triplet: 76, A2 and 7B. RGB value is (118,162,123). Sum of RGB (Red+Green+Blue) = 118+162+123=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #76A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A27B is #895D84. Grayscale: #909090. Windows color (decimal): -9002373 or 8102518. OLE color: 8102518.
HSL color Cylindrical-coordinate representation of color #76A27B: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A27B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 123 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.36 |
| HSL | 126.82º | 0.19% | 0.55% | - |
| HSV(B) | 126.82º | 0.27% | 0.64% | - |
| XYZ | 23.97 | 31.12 | 23.48 | - |
| YUV | 144.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 123 | 0.27 | 0 | 0.24 | 0.36 | 126.82 | 0.19 | 0.55 |
| Hex | 76 | A2 | 7B | 1B | 0 | 18 | 24 | 7F | 13 | 37 |
| Octal | 166 | 242 | 173 | 33 | 0 | 30 | 44 | 177 | 23 | 67 |
| Binary | 1110110 | 10100010 | 1111011 | 11011 | 0 | 11000 | 100100 | 1111111 | 10011 | 110111 |
Color Harmonies of #76A27B
Complementary color
Monochromatic Colors of #76A27B
Black with #76A27B
Text Example
Text Example
White with #76A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A27B; }
p { color: rgb(118,162,123); }
H1.HeaderClassName
{
color: #76A27B;
}
.AnyTagClassName
{
color: #76A27B;
}
</style>
background-color css
<style>
a { background-color: #76A27B; }
a { background-color: rgb(118,162,123); }
div.DivClassName
{
background-color: #76A27B;
}
.BgClassName
{
background-color: #76A27B;
}
</style>
border-color css
<style>
span { border-color: #76A27B; }
span { border-color: rgb(118,162,123); }
td.TdClassName
{
border-color: #76A27B;
}
.TagClassName
{
border-color: #76A27B;
}
</style>