Shades of Oxley #74A184
Tints of Oxley #74A184
RGB
CMYK
RGB Variations
Color information
#74A184 (or 0x74A184) is known color: Oxley. HEX triplet: 74, A1 and 84. RGB value is (116,161,132). Sum of RGB (Red+Green+Blue) = 116+161+132=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #74A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A184 is #8B5E7B. Grayscale: #909090. Windows color (decimal): -9133692 or 8692084. OLE color: 8692084.
HSL color Cylindrical-coordinate representation of color #74A184: hue angle of 141.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74A184 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 132 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.37 |
| HSL | 141.33º | 0.19% | 0.54% | - |
| HSV(B) | 141.33º | 0.28% | 0.63% | - |
| XYZ | 24.11 | 30.87 | 26.52 | - |
| YUV | 144.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 132 | 0.28 | 0 | 0.18 | 0.37 | 141.33 | 0.19 | 0.54 |
| Hex | 74 | A1 | 84 | 1C | 0 | 12 | 25 | 8D | 13 | 36 |
| Octal | 164 | 241 | 204 | 34 | 0 | 22 | 45 | 215 | 23 | 66 |
| Binary | 1110100 | 10100001 | 10000100 | 11100 | 0 | 10010 | 100101 | 10001101 | 10011 | 110110 |
Color Harmonies of #74A184
Complementary color
Monochromatic Colors of #74A184
Black with #74A184
Text Example
Text Example
White with #74A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A184; }
p { color: rgb(116,161,132); }
H1.HeaderClassName
{
color: #74A184;
}
.AnyTagClassName
{
color: #74A184;
}
</style>
background-color css
<style>
a { background-color: #74A184; }
a { background-color: rgb(116,161,132); }
div.DivClassName
{
background-color: #74A184;
}
.BgClassName
{
background-color: #74A184;
}
</style>
border-color css
<style>
span { border-color: #74A184; }
span { border-color: rgb(116,161,132); }
td.TdClassName
{
border-color: #74A184;
}
.TagClassName
{
border-color: #74A184;
}
</style>