Shades of Oxley #749F7A
Tints of Oxley #749F7A
RGB
CMYK
RGB Variations
Color information
#749F7A (or 0x749F7A) is known color: Oxley. HEX triplet: 74, 9F and 7A. RGB value is (116,159,122). Sum of RGB (Red+Green+Blue) = 116+159+122=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #749F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F7A is #8B6085. Grayscale: #8E8E8E. Windows color (decimal): -9134214 or 8036212. OLE color: 8036212.
HSL color Cylindrical-coordinate representation of color #749F7A: hue angle of 128.37º 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 #749F7A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 122 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.38 |
| HSL | 128.37º | 0.18% | 0.54% | - |
| HSV(B) | 128.37º | 0.27% | 0.62% | - |
| XYZ | 23.11 | 29.91 | 22.97 | - |
| YUV | 141.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 122 | 0.27 | 0 | 0.23 | 0.38 | 128.37 | 0.18 | 0.54 |
| Hex | 74 | 9F | 7A | 1B | 0 | 17 | 26 | 80 | 12 | 36 |
| Octal | 164 | 237 | 172 | 33 | 0 | 27 | 46 | 200 | 22 | 66 |
| Binary | 1110100 | 10011111 | 1111010 | 11011 | 0 | 10111 | 100110 | 10000000 | 10010 | 110110 |
Color Harmonies of #749F7A
Complementary color
Monochromatic Colors of #749F7A
Black with #749F7A
Text Example
Text Example
White with #749F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F7A; }
p { color: rgb(116,159,122); }
H1.HeaderClassName
{
color: #749F7A;
}
.AnyTagClassName
{
color: #749F7A;
}
</style>
background-color css
<style>
a { background-color: #749F7A; }
a { background-color: rgb(116,159,122); }
div.DivClassName
{
background-color: #749F7A;
}
.BgClassName
{
background-color: #749F7A;
}
</style>
border-color css
<style>
span { border-color: #749F7A; }
span { border-color: rgb(116,159,122); }
td.TdClassName
{
border-color: #749F7A;
}
.TagClassName
{
border-color: #749F7A;
}
</style>