Shades of Oxley #769B7C
Tints of Oxley #769B7C
RGB
CMYK
RGB Variations
Color information
#769B7C (or 0x769B7C) is known color: Oxley. HEX triplet: 76, 9B and 7C. RGB value is (118,155,124). Sum of RGB (Red+Green+Blue) = 118+155+124=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7C is #896483. Grayscale: #8C8C8C. Windows color (decimal): -9004164 or 8166262. OLE color: 8166262.
HSL color Cylindrical-coordinate representation of color #769B7C: hue angle of 129.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B7C is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 124 | - |
| CMYK | 0.24 | 0 | 0.2 | 0.39 |
| HSL | 129.73º | 0.16% | 0.54% | - |
| HSV(B) | 129.73º | 0.24% | 0.61% | - |
| XYZ | 22.83 | 28.75 | 23.41 | - |
| YUV | 140.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 124 | 0.24 | 0 | 0.2 | 0.39 | 129.73 | 0.16 | 0.54 |
| Hex | 76 | 9B | 7C | 18 | 0 | 14 | 27 | 82 | 10 | 36 |
| Octal | 166 | 233 | 174 | 30 | 0 | 24 | 47 | 202 | 20 | 66 |
| Binary | 1110110 | 10011011 | 1111100 | 11000 | 0 | 10100 | 100111 | 10000010 | 10000 | 110110 |
Color Harmonies of #769B7C
Complementary color
Monochromatic Colors of #769B7C
Black with #769B7C
Text Example
Text Example
White with #769B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B7C; }
p { color: rgb(118,155,124); }
H1.HeaderClassName
{
color: #769B7C;
}
.AnyTagClassName
{
color: #769B7C;
}
</style>
background-color css
<style>
a { background-color: #769B7C; }
a { background-color: rgb(118,155,124); }
div.DivClassName
{
background-color: #769B7C;
}
.BgClassName
{
background-color: #769B7C;
}
</style>
border-color css
<style>
span { border-color: #769B7C; }
span { border-color: rgb(118,155,124); }
td.TdClassName
{
border-color: #769B7C;
}
.TagClassName
{
border-color: #769B7C;
}
</style>