Shades of Oxley #769B7F
Tints of Oxley #769B7F
RGB
CMYK
RGB Variations
Color information
#769B7F (or 0x769B7F) is known color: Oxley. HEX triplet: 76, 9B and 7F. RGB value is (118,155,127). Sum of RGB (Red+Green+Blue) = 118+155+127=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7F is #896480. Grayscale: #8C8C8C. Windows color (decimal): -9004161 or 8362870. OLE color: 8362870.
HSL color Cylindrical-coordinate representation of color #769B7F: hue angle of 134.59º 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 #769B7F is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 127 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.39 |
| HSL | 134.59º | 0.16% | 0.54% | - |
| HSV(B) | 134.59º | 0.24% | 0.61% | - |
| XYZ | 23.02 | 28.83 | 24.43 | - |
| YUV | 140.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 127 | 0.24 | 0 | 0.18 | 0.39 | 134.59 | 0.16 | 0.54 |
| Hex | 76 | 9B | 7F | 18 | 0 | 12 | 27 | 87 | 10 | 36 |
| Octal | 166 | 233 | 177 | 30 | 0 | 22 | 47 | 207 | 20 | 66 |
| Binary | 1110110 | 10011011 | 1111111 | 11000 | 0 | 10010 | 100111 | 10000111 | 10000 | 110110 |
Color Harmonies of #769B7F
Complementary color
Monochromatic Colors of #769B7F
Black with #769B7F
Text Example
Text Example
White with #769B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B7F; }
p { color: rgb(118,155,127); }
H1.HeaderClassName
{
color: #769B7F;
}
.AnyTagClassName
{
color: #769B7F;
}
</style>
background-color css
<style>
a { background-color: #769B7F; }
a { background-color: rgb(118,155,127); }
div.DivClassName
{
background-color: #769B7F;
}
.BgClassName
{
background-color: #769B7F;
}
</style>
border-color css
<style>
span { border-color: #769B7F; }
span { border-color: rgb(118,155,127); }
td.TdClassName
{
border-color: #769B7F;
}
.TagClassName
{
border-color: #769B7F;
}
</style>