Shades of Olive #947400
Tints of Olive #947400
RGB
CMYK
RGB Variations
Color information
#947400 (or 0x947400) is known color: Olive. HEX triplet: 94, 74 and 00. RGB value is (148,116,0). Sum of RGB (Red+Green+Blue) = 148+116+0=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #947400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947400 is #6B8BFF. Grayscale: #707070. Windows color (decimal): -7048192 or 29844. OLE color: 29844.
HSL color Cylindrical-coordinate representation of color #947400: hue angle of 47.03º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #947400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.42 |
| HSL | 47.03º | 1% | 0.29% | - |
| HSV(B) | 47.03º | 1% | 0.58% | - |
| XYZ | 18.46 | 18.79 | 2.65 | - |
| YUV | 112.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 0 | 0 | 0.22 | 1 | 0.42 | 47.03 | 1 | 0.29 |
| Hex | 94 | 74 | 0 | 0 | 16 | 64 | 2A | 2F | 64 | 1D |
| Octal | 224 | 164 | 0 | 0 | 26 | 144 | 52 | 57 | 144 | 35 |
| Binary | 10010100 | 1110100 | 0 | 0 | 10110 | 1100100 | 101010 | 101111 | 1100100 | 11101 |
Color Harmonies of #947400
Complementary color
Monochromatic Colors of #947400
Black with #947400
Text Example
Text Example
White with #947400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947400; }
p { color: rgb(148,116,0); }
H1.HeaderClassName
{
color: #947400;
}
.AnyTagClassName
{
color: #947400;
}
</style>
background-color css
<style>
a { background-color: #947400; }
a { background-color: rgb(148,116,0); }
div.DivClassName
{
background-color: #947400;
}
.BgClassName
{
background-color: #947400;
}
</style>
border-color css
<style>
span { border-color: #947400; }
span { border-color: rgb(148,116,0); }
td.TdClassName
{
border-color: #947400;
}
.TagClassName
{
border-color: #947400;
}
</style>