Shades of Olive #947F05
Tints of Olive #947F05
RGB
CMYK
RGB Variations
Color information
#947F05 (or 0x947F05) is known color: Olive. HEX triplet: 94, 7F and 05. RGB value is (148,127,5). Sum of RGB (Red+Green+Blue) = 148+127+5=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F05 is #6B80FA. Grayscale: #777777. Windows color (decimal): -7045371 or 360340. OLE color: 360340.
HSL color Cylindrical-coordinate representation of color #947F05: hue angle of 51.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947F05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.42 |
| HSL | 51.19º | 0.93% | 0.3% | - |
| HSV(B) | 51.19º | 0.97% | 0.58% | - |
| XYZ | 19.83 | 21.49 | 3.25 | - |
| YUV | 119.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 5 | 0 | 0.14 | 0.97 | 0.42 | 51.19 | 0.93 | 0.3 |
| Hex | 94 | 7F | 5 | 0 | E | 61 | 2A | 33 | 5D | 1E |
| Octal | 224 | 177 | 5 | 0 | 16 | 141 | 52 | 63 | 135 | 36 |
| Binary | 10010100 | 1111111 | 101 | 0 | 1110 | 1100001 | 101010 | 110011 | 1011101 | 11110 |
Color Harmonies of #947F05
Complementary color
Monochromatic Colors of #947F05
Black with #947F05
Text Example
Text Example
White with #947F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F05; }
p { color: rgb(148,127,5); }
H1.HeaderClassName
{
color: #947F05;
}
.AnyTagClassName
{
color: #947F05;
}
</style>
background-color css
<style>
a { background-color: #947F05; }
a { background-color: rgb(148,127,5); }
div.DivClassName
{
background-color: #947F05;
}
.BgClassName
{
background-color: #947F05;
}
</style>
border-color css
<style>
span { border-color: #947F05; }
span { border-color: rgb(148,127,5); }
td.TdClassName
{
border-color: #947F05;
}
.TagClassName
{
border-color: #947F05;
}
</style>