Shades of Oxley #749F80
Tints of Oxley #749F80
RGB
CMYK
RGB Variations
Color information
#749F80 (or 0x749F80) is known color: Oxley. HEX triplet: 74, 9F and 80. RGB value is (116,159,128). Sum of RGB (Red+Green+Blue) = 116+159+128=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #749F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F80 is #8B607F. Grayscale: #8E8E8E. Windows color (decimal): -9134208 or 8429428. OLE color: 8429428.
HSL color Cylindrical-coordinate representation of color #749F80: hue angle of 136.74º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749F80 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 128 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.38 |
| HSL | 136.74º | 0.18% | 0.54% | - |
| HSV(B) | 136.74º | 0.27% | 0.62% | - |
| XYZ | 23.5 | 30.07 | 24.99 | - |
| YUV | 142.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 128 | 0.27 | 0 | 0.19 | 0.38 | 136.74 | 0.18 | 0.54 |
| Hex | 74 | 9F | 80 | 1B | 0 | 13 | 26 | 89 | 12 | 36 |
| Octal | 164 | 237 | 200 | 33 | 0 | 23 | 46 | 211 | 22 | 66 |
| Binary | 1110100 | 10011111 | 10000000 | 11011 | 0 | 10011 | 100110 | 10001001 | 10010 | 110110 |
Color Harmonies of #749F80
Complementary color
Monochromatic Colors of #749F80
Black with #749F80
Text Example
Text Example
White with #749F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F80; }
p { color: rgb(116,159,128); }
H1.HeaderClassName
{
color: #749F80;
}
.AnyTagClassName
{
color: #749F80;
}
</style>
background-color css
<style>
a { background-color: #749F80; }
a { background-color: rgb(116,159,128); }
div.DivClassName
{
background-color: #749F80;
}
.BgClassName
{
background-color: #749F80;
}
</style>
border-color css
<style>
span { border-color: #749F80; }
span { border-color: rgb(116,159,128); }
td.TdClassName
{
border-color: #749F80;
}
.TagClassName
{
border-color: #749F80;
}
</style>