Shades of Oxley #74947E
Tints of Oxley #74947E
RGB
CMYK
RGB Variations
Color information
#74947E (or 0x74947E) is known color: Oxley. HEX triplet: 74, 94 and 7E. RGB value is (116,148,126). Sum of RGB (Red+Green+Blue) = 116+148+126=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #74947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947E is #8B6B81. Grayscale: #878787. Windows color (decimal): -9137026 or 8295540. OLE color: 8295540.
HSL color Cylindrical-coordinate representation of color #74947E: hue angle of 138.75º 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 #74947E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 126 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.42 |
| HSL | 138.75º | 0.13% | 0.52% | - |
| HSV(B) | 138.75º | 0.22% | 0.58% | - |
| XYZ | 21.56 | 26.4 | 23.7 | - |
| YUV | 135.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 126 | 0.22 | 0 | 0.15 | 0.42 | 138.75 | 0.13 | 0.52 |
| Hex | 74 | 94 | 7E | 16 | 0 | F | 2A | 8B | D | 34 |
| Octal | 164 | 224 | 176 | 26 | 0 | 17 | 52 | 213 | 15 | 64 |
| Binary | 1110100 | 10010100 | 1111110 | 10110 | 0 | 1111 | 101010 | 10001011 | 1101 | 110100 |
Color Harmonies of #74947E
Complementary color
Monochromatic Colors of #74947E
Black with #74947E
Text Example
Text Example
White with #74947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74947E; }
p { color: rgb(116,148,126); }
H1.HeaderClassName
{
color: #74947E;
}
.AnyTagClassName
{
color: #74947E;
}
</style>
background-color css
<style>
a { background-color: #74947E; }
a { background-color: rgb(116,148,126); }
div.DivClassName
{
background-color: #74947E;
}
.BgClassName
{
background-color: #74947E;
}
</style>
border-color css
<style>
span { border-color: #74947E; }
span { border-color: rgb(116,148,126); }
td.TdClassName
{
border-color: #74947E;
}
.TagClassName
{
border-color: #74947E;
}
</style>