Shades of Oxley #74987E
Tints of Oxley #74987E
RGB
CMYK
RGB Variations
Color information
#74987E (or 0x74987E) is known color: Oxley. HEX triplet: 74, 98 and 7E. RGB value is (116,152,126). Sum of RGB (Red+Green+Blue) = 116+152+126=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #74987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74987E is #8B6781. Grayscale: #8A8A8A. Windows color (decimal): -9136002 or 8296564. OLE color: 8296564.
HSL color Cylindrical-coordinate representation of color #74987E: hue angle of 136.67º 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 #74987E is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 126 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.40 |
| HSL | 136.67º | 0.15% | 0.53% | - |
| HSV(B) | 136.67º | 0.24% | 0.6% | - |
| XYZ | 22.2 | 27.68 | 23.91 | - |
| YUV | 138.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 126 | 0.24 | 0 | 0.17 | 0.40 | 136.67 | 0.15 | 0.53 |
| Hex | 74 | 98 | 7E | 18 | 0 | 11 | 28 | 89 | F | 35 |
| Octal | 164 | 230 | 176 | 30 | 0 | 21 | 50 | 211 | 17 | 65 |
| Binary | 1110100 | 10011000 | 1111110 | 11000 | 0 | 10001 | 101000 | 10001001 | 1111 | 110101 |
Color Harmonies of #74987E
Complementary color
Monochromatic Colors of #74987E
Black with #74987E
Text Example
Text Example
White with #74987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74987E; }
p { color: rgb(116,152,126); }
H1.HeaderClassName
{
color: #74987E;
}
.AnyTagClassName
{
color: #74987E;
}
</style>
background-color css
<style>
a { background-color: #74987E; }
a { background-color: rgb(116,152,126); }
div.DivClassName
{
background-color: #74987E;
}
.BgClassName
{
background-color: #74987E;
}
</style>
border-color css
<style>
span { border-color: #74987E; }
span { border-color: rgb(116,152,126); }
td.TdClassName
{
border-color: #74987E;
}
.TagClassName
{
border-color: #74987E;
}
</style>