Shades of Olive #948B05
Tints of Olive #948B05
RGB
CMYK
RGB Variations
Color information
#948B05 (or 0x948B05) is known color: Olive. HEX triplet: 94, 8B and 05. RGB value is (148,139,5). Sum of RGB (Red+Green+Blue) = 148+139+5=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #948B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948B05 is #6B74FA. Grayscale: #7E7E7E. Windows color (decimal): -7042299 or 363412. OLE color: 363412.
HSL color Cylindrical-coordinate representation of color #948B05: hue angle of 56.22º 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 #948B05 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.42 |
| HSL | 56.22º | 0.93% | 0.3% | - |
| HSV(B) | 56.22º | 0.97% | 0.58% | - |
| XYZ | 21.47 | 24.77 | 3.79 | - |
| YUV | 126.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 5 | 0 | 0.06 | 0.97 | 0.42 | 56.22 | 0.93 | 0.3 |
| Hex | 94 | 8B | 5 | 0 | 6 | 61 | 2A | 38 | 5D | 1E |
| Octal | 224 | 213 | 5 | 0 | 6 | 141 | 52 | 70 | 135 | 36 |
| Binary | 10010100 | 10001011 | 101 | 0 | 110 | 1100001 | 101010 | 111000 | 1011101 | 11110 |
Color Harmonies of #948B05
Complementary color
Monochromatic Colors of #948B05
Black with #948B05
Text Example
Text Example
White with #948B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B05; }
p { color: rgb(148,139,5); }
H1.HeaderClassName
{
color: #948B05;
}
.AnyTagClassName
{
color: #948B05;
}
</style>
background-color css
<style>
a { background-color: #948B05; }
a { background-color: rgb(148,139,5); }
div.DivClassName
{
background-color: #948B05;
}
.BgClassName
{
background-color: #948B05;
}
</style>
border-color css
<style>
span { border-color: #948B05; }
span { border-color: rgb(148,139,5); }
td.TdClassName
{
border-color: #948B05;
}
.TagClassName
{
border-color: #948B05;
}
</style>