Shades of Oxley #74937B
Tints of Oxley #74937B
RGB
CMYK
RGB Variations
Color information
#74937B (or 0x74937B) is known color: Oxley. HEX triplet: 74, 93 and 7B. RGB value is (116,147,123). Sum of RGB (Red+Green+Blue) = 116+147+123=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #74937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74937B is #8B6C84. Grayscale: #878787. Windows color (decimal): -9137285 or 8098676. OLE color: 8098676.
HSL color Cylindrical-coordinate representation of color #74937B: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74937B is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 123 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.42 |
| HSL | 133.55º | 0.13% | 0.52% | - |
| HSV(B) | 133.55º | 0.21% | 0.58% | - |
| XYZ | 21.21 | 26.01 | 22.64 | - |
| YUV | 135 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 123 | 0.21 | 0 | 0.16 | 0.42 | 133.55 | 0.13 | 0.52 |
| Hex | 74 | 93 | 7B | 15 | 0 | 10 | 2A | 86 | D | 34 |
| Octal | 164 | 223 | 173 | 25 | 0 | 20 | 52 | 206 | 15 | 64 |
| Binary | 1110100 | 10010011 | 1111011 | 10101 | 0 | 10000 | 101010 | 10000110 | 1101 | 110100 |
Color Harmonies of #74937B
Complementary color
Monochromatic Colors of #74937B
Black with #74937B
Text Example
Text Example
White with #74937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74937B; }
p { color: rgb(116,147,123); }
H1.HeaderClassName
{
color: #74937B;
}
.AnyTagClassName
{
color: #74937B;
}
</style>
background-color css
<style>
a { background-color: #74937B; }
a { background-color: rgb(116,147,123); }
div.DivClassName
{
background-color: #74937B;
}
.BgClassName
{
background-color: #74937B;
}
</style>
border-color css
<style>
span { border-color: #74937B; }
span { border-color: rgb(116,147,123); }
td.TdClassName
{
border-color: #74937B;
}
.TagClassName
{
border-color: #74937B;
}
</style>