Shades of Olive #947C01
Tints of Olive #947C01
RGB
CMYK
RGB Variations
Color information
#947C01 (or 0x947C01) is known color: Olive. HEX triplet: 94, 7C and 01. RGB value is (148,124,1). Sum of RGB (Red+Green+Blue) = 148+124+1=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #947C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C01 is #6B83FE. Grayscale: #757575. Windows color (decimal): -7046143 or 97428. OLE color: 97428.
HSL color Cylindrical-coordinate representation of color #947C01: hue angle of 50.2º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #947C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.42 |
| HSL | 50.2º | 0.99% | 0.29% | - |
| HSV(B) | 50.2º | 0.99% | 0.58% | - |
| XYZ | 19.43 | 20.71 | 3 | - |
| YUV | 117.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 1 | 0 | 0.16 | 0.99 | 0.42 | 50.2 | 0.99 | 0.29 |
| Hex | 94 | 7C | 1 | 0 | 10 | 63 | 2A | 32 | 63 | 1D |
| Octal | 224 | 174 | 1 | 0 | 20 | 143 | 52 | 62 | 143 | 35 |
| Binary | 10010100 | 1111100 | 1 | 0 | 10000 | 1100011 | 101010 | 110010 | 1100011 | 11101 |
Color Harmonies of #947C01
Complementary color
Monochromatic Colors of #947C01
Black with #947C01
Text Example
Text Example
White with #947C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C01; }
p { color: rgb(148,124,1); }
H1.HeaderClassName
{
color: #947C01;
}
.AnyTagClassName
{
color: #947C01;
}
</style>
background-color css
<style>
a { background-color: #947C01; }
a { background-color: rgb(148,124,1); }
div.DivClassName
{
background-color: #947C01;
}
.BgClassName
{
background-color: #947C01;
}
</style>
border-color css
<style>
span { border-color: #947C01; }
span { border-color: rgb(148,124,1); }
td.TdClassName
{
border-color: #947C01;
}
.TagClassName
{
border-color: #947C01;
}
</style>