Shades of Oxley #769981
Tints of Oxley #769981
RGB
CMYK
RGB Variations
Color information
#769981 (or 0x769981) is known color: Oxley. HEX triplet: 76, 99 and 81. RGB value is (118,153,129). Sum of RGB (Red+Green+Blue) = 118+153+129=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #769981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769981 is #89667E. Grayscale: #8B8B8B. Windows color (decimal): -9004671 or 8493430. OLE color: 8493430.
HSL color Cylindrical-coordinate representation of color #769981: hue angle of 138.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769981 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 129 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.4 |
| HSL | 138.86º | 0.15% | 0.53% | - |
| HSV(B) | 138.86º | 0.23% | 0.6% | - |
| XYZ | 22.82 | 28.22 | 25.01 | - |
| YUV | 139.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 129 | 0.23 | 0 | 0.16 | 0.4 | 138.86 | 0.15 | 0.53 |
| Hex | 76 | 99 | 81 | 17 | 0 | 10 | 28 | 8B | F | 35 |
| Octal | 166 | 231 | 201 | 27 | 0 | 20 | 50 | 213 | 17 | 65 |
| Binary | 1110110 | 10011001 | 10000001 | 10111 | 0 | 10000 | 101000 | 10001011 | 1111 | 110101 |
Color Harmonies of #769981
Complementary color
Monochromatic Colors of #769981
Black with #769981
Text Example
Text Example
White with #769981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769981; }
p { color: rgb(118,153,129); }
H1.HeaderClassName
{
color: #769981;
}
.AnyTagClassName
{
color: #769981;
}
</style>
background-color css
<style>
a { background-color: #769981; }
a { background-color: rgb(118,153,129); }
div.DivClassName
{
background-color: #769981;
}
.BgClassName
{
background-color: #769981;
}
</style>
border-color css
<style>
span { border-color: #769981; }
span { border-color: rgb(118,153,129); }
td.TdClassName
{
border-color: #769981;
}
.TagClassName
{
border-color: #769981;
}
</style>