Shades of Oxley #74947A
Tints of Oxley #74947A
RGB
CMYK
RGB Variations
Color information
#74947A (or 0x74947A) is known color: Oxley. HEX triplet: 74, 94 and 7A. RGB value is (116,148,122). Sum of RGB (Red+Green+Blue) = 116+148+122=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #74947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947A is #8B6B85. Grayscale: #878787. Windows color (decimal): -9137030 or 8033396. OLE color: 8033396.
HSL color Cylindrical-coordinate representation of color #74947A: hue angle of 131.25º 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 #74947A is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 122 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.42 |
| HSL | 131.25º | 0.13% | 0.52% | - |
| HSV(B) | 131.25º | 0.22% | 0.58% | - |
| XYZ | 21.31 | 26.3 | 22.37 | - |
| YUV | 135.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 122 | 0.22 | 0 | 0.18 | 0.42 | 131.25 | 0.13 | 0.52 |
| Hex | 74 | 94 | 7A | 16 | 0 | 12 | 2A | 83 | D | 34 |
| Octal | 164 | 224 | 172 | 26 | 0 | 22 | 52 | 203 | 15 | 64 |
| Binary | 1110100 | 10010100 | 1111010 | 10110 | 0 | 10010 | 101010 | 10000011 | 1101 | 110100 |
Color Harmonies of #74947A
Complementary color
Monochromatic Colors of #74947A
Black with #74947A
Text Example
Text Example
White with #74947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74947A; }
p { color: rgb(116,148,122); }
H1.HeaderClassName
{
color: #74947A;
}
.AnyTagClassName
{
color: #74947A;
}
</style>
background-color css
<style>
a { background-color: #74947A; }
a { background-color: rgb(116,148,122); }
div.DivClassName
{
background-color: #74947A;
}
.BgClassName
{
background-color: #74947A;
}
</style>
border-color css
<style>
span { border-color: #74947A; }
span { border-color: rgb(116,148,122); }
td.TdClassName
{
border-color: #74947A;
}
.TagClassName
{
border-color: #74947A;
}
</style>