Shades of Oxley #74957E
Tints of Oxley #74957E
RGB
CMYK
RGB Variations
Color information
#74957E (or 0x74957E) is known color: Oxley. HEX triplet: 74, 95 and 7E. RGB value is (116,149,126). Sum of RGB (Red+Green+Blue) = 116+149+126=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #74957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74957E is #8B6A81. Grayscale: #888888. Windows color (decimal): -9136770 or 8295796. OLE color: 8295796.
HSL color Cylindrical-coordinate representation of color #74957E: hue angle of 138.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74957E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 126 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.42 |
| HSL | 138.18º | 0.13% | 0.52% | - |
| HSV(B) | 138.18º | 0.22% | 0.58% | - |
| XYZ | 21.72 | 26.71 | 23.75 | - |
| YUV | 136.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 126 | 0.22 | 0 | 0.15 | 0.42 | 138.18 | 0.13 | 0.52 |
| Hex | 74 | 95 | 7E | 16 | 0 | F | 2A | 8A | D | 34 |
| Octal | 164 | 225 | 176 | 26 | 0 | 17 | 52 | 212 | 15 | 64 |
| Binary | 1110100 | 10010101 | 1111110 | 10110 | 0 | 1111 | 101010 | 10001010 | 1101 | 110100 |
Color Harmonies of #74957E
Complementary color
Monochromatic Colors of #74957E
Black with #74957E
Text Example
Text Example
White with #74957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74957E; }
p { color: rgb(116,149,126); }
H1.HeaderClassName
{
color: #74957E;
}
.AnyTagClassName
{
color: #74957E;
}
</style>
background-color css
<style>
a { background-color: #74957E; }
a { background-color: rgb(116,149,126); }
div.DivClassName
{
background-color: #74957E;
}
.BgClassName
{
background-color: #74957E;
}
</style>
border-color css
<style>
span { border-color: #74957E; }
span { border-color: rgb(116,149,126); }
td.TdClassName
{
border-color: #74957E;
}
.TagClassName
{
border-color: #74957E;
}
</style>