Shades of Oxley #769F7E
Tints of Oxley #769F7E
RGB
CMYK
RGB Variations
Color information
#769F7E (or 0x769F7E) is known color: Oxley. HEX triplet: 76, 9F and 7E. RGB value is (118,159,126). Sum of RGB (Red+Green+Blue) = 118+159+126=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #769F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F7E is #896081. Grayscale: #8F8F8F. Windows color (decimal): -9003138 or 8298358. OLE color: 8298358.
HSL color Cylindrical-coordinate representation of color #769F7E: hue angle of 131.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F7E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 126 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.38 |
| HSL | 131.71º | 0.18% | 0.54% | - |
| HSV(B) | 131.71º | 0.26% | 0.62% | - |
| XYZ | 23.64 | 30.15 | 24.31 | - |
| YUV | 142.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 126 | 0.26 | 0 | 0.21 | 0.38 | 131.71 | 0.18 | 0.54 |
| Hex | 76 | 9F | 7E | 1A | 0 | 15 | 26 | 84 | 12 | 36 |
| Octal | 166 | 237 | 176 | 32 | 0 | 25 | 46 | 204 | 22 | 66 |
| Binary | 1110110 | 10011111 | 1111110 | 11010 | 0 | 10101 | 100110 | 10000100 | 10010 | 110110 |
Color Harmonies of #769F7E
Complementary color
Monochromatic Colors of #769F7E
Black with #769F7E
Text Example
Text Example
White with #769F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F7E; }
p { color: rgb(118,159,126); }
H1.HeaderClassName
{
color: #769F7E;
}
.AnyTagClassName
{
color: #769F7E;
}
</style>
background-color css
<style>
a { background-color: #769F7E; }
a { background-color: rgb(118,159,126); }
div.DivClassName
{
background-color: #769F7E;
}
.BgClassName
{
background-color: #769F7E;
}
</style>
border-color css
<style>
span { border-color: #769F7E; }
span { border-color: rgb(118,159,126); }
td.TdClassName
{
border-color: #769F7E;
}
.TagClassName
{
border-color: #769F7E;
}
</style>