Shades of Oxley #769B7A
Tints of Oxley #769B7A
RGB
CMYK
RGB Variations
Color information
#769B7A (or 0x769B7A) is known color: Oxley. HEX triplet: 76, 9B and 7A. RGB value is (118,155,122). Sum of RGB (Red+Green+Blue) = 118+155+122=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7A is #896485. Grayscale: #8C8C8C. Windows color (decimal): -9004166 or 8035190. OLE color: 8035190.
HSL color Cylindrical-coordinate representation of color #769B7A: hue angle of 126.49º 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 #769B7A is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 122 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.39 |
| HSL | 126.49º | 0.16% | 0.54% | - |
| HSV(B) | 126.49º | 0.24% | 0.61% | - |
| XYZ | 22.71 | 28.7 | 22.76 | - |
| YUV | 140.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 122 | 0.24 | 0 | 0.21 | 0.39 | 126.49 | 0.16 | 0.54 |
| Hex | 76 | 9B | 7A | 18 | 0 | 15 | 27 | 7E | 10 | 36 |
| Octal | 166 | 233 | 172 | 30 | 0 | 25 | 47 | 176 | 20 | 66 |
| Binary | 1110110 | 10011011 | 1111010 | 11000 | 0 | 10101 | 100111 | 1111110 | 10000 | 110110 |
Color Harmonies of #769B7A
Complementary color
Monochromatic Colors of #769B7A
Black with #769B7A
Text Example
Text Example
White with #769B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B7A; }
p { color: rgb(118,155,122); }
H1.HeaderClassName
{
color: #769B7A;
}
.AnyTagClassName
{
color: #769B7A;
}
</style>
background-color css
<style>
a { background-color: #769B7A; }
a { background-color: rgb(118,155,122); }
div.DivClassName
{
background-color: #769B7A;
}
.BgClassName
{
background-color: #769B7A;
}
</style>
border-color css
<style>
span { border-color: #769B7A; }
span { border-color: rgb(118,155,122); }
td.TdClassName
{
border-color: #769B7A;
}
.TagClassName
{
border-color: #769B7A;
}
</style>