Shades of Oxley #74917D
Tints of Oxley #74917D
RGB
CMYK
RGB Variations
Color information
#74917D (or 0x74917D) is known color: Oxley. HEX triplet: 74, 91 and 7D. RGB value is (116,145,125). Sum of RGB (Red+Green+Blue) = 116+145+125=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #74917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917D is #8B6E82. Grayscale: #868686. Windows color (decimal): -9137795 or 8229236. OLE color: 8229236.
HSL color Cylindrical-coordinate representation of color #74917D: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74917D is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 125 | - |
| CMYK | 0.2 | 0 | 0.14 | 0.43 |
| HSL | 138.62º | 0.12% | 0.51% | - |
| HSV(B) | 138.62º | 0.2% | 0.57% | - |
| XYZ | 21.03 | 25.44 | 23.2 | - |
| YUV | 134.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 125 | 0.2 | 0 | 0.14 | 0.43 | 138.62 | 0.12 | 0.51 |
| Hex | 74 | 91 | 7D | 14 | 0 | E | 2B | 8B | C | 33 |
| Octal | 164 | 221 | 175 | 24 | 0 | 16 | 53 | 213 | 14 | 63 |
| Binary | 1110100 | 10010001 | 1111101 | 10100 | 0 | 1110 | 101011 | 10001011 | 1100 | 110011 |
Color Harmonies of #74917D
Complementary color
Monochromatic Colors of #74917D
Black with #74917D
Text Example
Text Example
White with #74917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74917D; }
p { color: rgb(116,145,125); }
H1.HeaderClassName
{
color: #74917D;
}
.AnyTagClassName
{
color: #74917D;
}
</style>
background-color css
<style>
a { background-color: #74917D; }
a { background-color: rgb(116,145,125); }
div.DivClassName
{
background-color: #74917D;
}
.BgClassName
{
background-color: #74917D;
}
</style>
border-color css
<style>
span { border-color: #74917D; }
span { border-color: rgb(116,145,125); }
td.TdClassName
{
border-color: #74917D;
}
.TagClassName
{
border-color: #74917D;
}
</style>