Shades of Oxley #769E7B
Tints of Oxley #769E7B
RGB
CMYK
RGB Variations
Color information
#769E7B (or 0x769E7B) is known color: Oxley. HEX triplet: 76, 9E and 7B. RGB value is (118,158,123). Sum of RGB (Red+Green+Blue) = 118+158+123=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #769E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E7B is #896184. Grayscale: #8E8E8E. Windows color (decimal): -9003397 or 8101494. OLE color: 8101494.
HSL color Cylindrical-coordinate representation of color #769E7B: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E7B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 123 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.38 |
| HSL | 127.5º | 0.17% | 0.54% | - |
| HSV(B) | 127.5º | 0.25% | 0.62% | - |
| XYZ | 23.27 | 29.74 | 23.25 | - |
| YUV | 142.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 123 | 0.25 | 0 | 0.22 | 0.38 | 127.5 | 0.17 | 0.54 |
| Hex | 76 | 9E | 7B | 19 | 0 | 16 | 26 | 80 | 11 | 36 |
| Octal | 166 | 236 | 173 | 31 | 0 | 26 | 46 | 200 | 21 | 66 |
| Binary | 1110110 | 10011110 | 1111011 | 11001 | 0 | 10110 | 100110 | 10000000 | 10001 | 110110 |
Color Harmonies of #769E7B
Complementary color
Monochromatic Colors of #769E7B
Black with #769E7B
Text Example
Text Example
White with #769E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E7B; }
p { color: rgb(118,158,123); }
H1.HeaderClassName
{
color: #769E7B;
}
.AnyTagClassName
{
color: #769E7B;
}
</style>
background-color css
<style>
a { background-color: #769E7B; }
a { background-color: rgb(118,158,123); }
div.DivClassName
{
background-color: #769E7B;
}
.BgClassName
{
background-color: #769E7B;
}
</style>
border-color css
<style>
span { border-color: #769E7B; }
span { border-color: rgb(118,158,123); }
td.TdClassName
{
border-color: #769E7B;
}
.TagClassName
{
border-color: #769E7B;
}
</style>