Shades of Oxley #74997E
Tints of Oxley #74997E
RGB
CMYK
RGB Variations
Color information
#74997E (or 0x74997E) is known color: Oxley. HEX triplet: 74, 99 and 7E. RGB value is (116,153,126). Sum of RGB (Red+Green+Blue) = 116+153+126=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #74997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74997E is #8B6681. Grayscale: #8A8A8A. Windows color (decimal): -9135746 or 8296820. OLE color: 8296820.
HSL color Cylindrical-coordinate representation of color #74997E: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74997E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 126 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.4 |
| HSL | 136.22º | 0.15% | 0.53% | - |
| HSV(B) | 136.22º | 0.24% | 0.6% | - |
| XYZ | 22.36 | 28 | 23.97 | - |
| YUV | 138.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 126 | 0.24 | 0 | 0.18 | 0.4 | 136.22 | 0.15 | 0.53 |
| Hex | 74 | 99 | 7E | 18 | 0 | 12 | 28 | 88 | F | 35 |
| Octal | 164 | 231 | 176 | 30 | 0 | 22 | 50 | 210 | 17 | 65 |
| Binary | 1110100 | 10011001 | 1111110 | 11000 | 0 | 10010 | 101000 | 10001000 | 1111 | 110101 |
Color Harmonies of #74997E
Complementary color
Monochromatic Colors of #74997E
Black with #74997E
Text Example
Text Example
White with #74997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74997E; }
p { color: rgb(116,153,126); }
H1.HeaderClassName
{
color: #74997E;
}
.AnyTagClassName
{
color: #74997E;
}
</style>
background-color css
<style>
a { background-color: #74997E; }
a { background-color: rgb(116,153,126); }
div.DivClassName
{
background-color: #74997E;
}
.BgClassName
{
background-color: #74997E;
}
</style>
border-color css
<style>
span { border-color: #74997E; }
span { border-color: rgb(116,153,126); }
td.TdClassName
{
border-color: #74997E;
}
.TagClassName
{
border-color: #74997E;
}
</style>