Shades of Oxley #74967B
Tints of Oxley #74967B
RGB
CMYK
RGB Variations
Color information
#74967B (or 0x74967B) is known color: Oxley. HEX triplet: 74, 96 and 7B. RGB value is (116,150,123). Sum of RGB (Red+Green+Blue) = 116+150+123=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #74967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74967B is #8B6984. Grayscale: #888888. Windows color (decimal): -9136517 or 8099444. OLE color: 8099444.
HSL color Cylindrical-coordinate representation of color #74967B: hue angle of 132.35º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74967B is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 123 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.41 |
| HSL | 132.35º | 0.14% | 0.52% | - |
| HSV(B) | 132.35º | 0.23% | 0.59% | - |
| XYZ | 21.68 | 26.96 | 22.8 | - |
| YUV | 136.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 123 | 0.23 | 0 | 0.18 | 0.41 | 132.35 | 0.14 | 0.52 |
| Hex | 74 | 96 | 7B | 17 | 0 | 12 | 29 | 84 | E | 34 |
| Octal | 164 | 226 | 173 | 27 | 0 | 22 | 51 | 204 | 16 | 64 |
| Binary | 1110100 | 10010110 | 1111011 | 10111 | 0 | 10010 | 101001 | 10000100 | 1110 | 110100 |
Color Harmonies of #74967B
Complementary color
Monochromatic Colors of #74967B
Black with #74967B
Text Example
Text Example
White with #74967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74967B; }
p { color: rgb(116,150,123); }
H1.HeaderClassName
{
color: #74967B;
}
.AnyTagClassName
{
color: #74967B;
}
</style>
background-color css
<style>
a { background-color: #74967B; }
a { background-color: rgb(116,150,123); }
div.DivClassName
{
background-color: #74967B;
}
.BgClassName
{
background-color: #74967B;
}
</style>
border-color css
<style>
span { border-color: #74967B; }
span { border-color: rgb(116,150,123); }
td.TdClassName
{
border-color: #74967B;
}
.TagClassName
{
border-color: #74967B;
}
</style>