Shades of Oxley #74987A
Tints of Oxley #74987A
RGB
CMYK
RGB Variations
Color information
#74987A (or 0x74987A) is known color: Oxley. HEX triplet: 74, 98 and 7A. RGB value is (116,152,122). Sum of RGB (Red+Green+Blue) = 116+152+122=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #74987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74987A is #8B6785. Grayscale: #898989. Windows color (decimal): -9136006 or 8034420. OLE color: 8034420.
HSL color Cylindrical-coordinate representation of color #74987A: hue angle of 130º 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 #74987A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 122 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.40 |
| HSL | 130º | 0.15% | 0.53% | - |
| HSV(B) | 130º | 0.24% | 0.6% | - |
| XYZ | 21.94 | 27.57 | 22.58 | - |
| YUV | 137.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 122 | 0.24 | 0 | 0.20 | 0.40 | 130 | 0.15 | 0.53 |
| Hex | 74 | 98 | 7A | 18 | 0 | 14 | 28 | 82 | F | 35 |
| Octal | 164 | 230 | 172 | 30 | 0 | 24 | 50 | 202 | 17 | 65 |
| Binary | 1110100 | 10011000 | 1111010 | 11000 | 0 | 10100 | 101000 | 10000010 | 1111 | 110101 |
Color Harmonies of #74987A
Complementary color
Monochromatic Colors of #74987A
Black with #74987A
Text Example
Text Example
White with #74987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74987A; }
p { color: rgb(116,152,122); }
H1.HeaderClassName
{
color: #74987A;
}
.AnyTagClassName
{
color: #74987A;
}
</style>
background-color css
<style>
a { background-color: #74987A; }
a { background-color: rgb(116,152,122); }
div.DivClassName
{
background-color: #74987A;
}
.BgClassName
{
background-color: #74987A;
}
</style>
border-color css
<style>
span { border-color: #74987A; }
span { border-color: rgb(116,152,122); }
td.TdClassName
{
border-color: #74987A;
}
.TagClassName
{
border-color: #74987A;
}
</style>