Shades of Oxley #769C7D
Tints of Oxley #769C7D
RGB
CMYK
RGB Variations
Color information
#769C7D (or 0x769C7D) is known color: Oxley. HEX triplet: 76, 9C and 7D. RGB value is (118,156,125). Sum of RGB (Red+Green+Blue) = 118+156+125=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7D is #896382. Grayscale: #8D8D8D. Windows color (decimal): -9003907 or 8232054. OLE color: 8232054.
HSL color Cylindrical-coordinate representation of color #769C7D: hue angle of 131.05º 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 #769C7D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 125 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.39 |
| HSL | 131.05º | 0.16% | 0.54% | - |
| HSV(B) | 131.05º | 0.24% | 0.61% | - |
| XYZ | 23.06 | 29.11 | 23.81 | - |
| YUV | 141.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 125 | 0.24 | 0 | 0.20 | 0.39 | 131.05 | 0.16 | 0.54 |
| Hex | 76 | 9C | 7D | 18 | 0 | 14 | 27 | 83 | 10 | 36 |
| Octal | 166 | 234 | 175 | 30 | 0 | 24 | 47 | 203 | 20 | 66 |
| Binary | 1110110 | 10011100 | 1111101 | 11000 | 0 | 10100 | 100111 | 10000011 | 10000 | 110110 |
Color Harmonies of #769C7D
Complementary color
Monochromatic Colors of #769C7D
Black with #769C7D
Text Example
Text Example
White with #769C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C7D; }
p { color: rgb(118,156,125); }
H1.HeaderClassName
{
color: #769C7D;
}
.AnyTagClassName
{
color: #769C7D;
}
</style>
background-color css
<style>
a { background-color: #769C7D; }
a { background-color: rgb(118,156,125); }
div.DivClassName
{
background-color: #769C7D;
}
.BgClassName
{
background-color: #769C7D;
}
</style>
border-color css
<style>
span { border-color: #769C7D; }
span { border-color: rgb(118,156,125); }
td.TdClassName
{
border-color: #769C7D;
}
.TagClassName
{
border-color: #769C7D;
}
</style>