Shades of Olive #948C0E
Tints of Olive #948C0E
RGB
CMYK
RGB Variations
Color information
#948C0E (or 0x948C0E) is known color: Olive. HEX triplet: 94, 8C and 0E. RGB value is (148,140,14). Sum of RGB (Red+Green+Blue) = 148+140+14=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #948C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C0E is #6B73F1. Grayscale: #808080. Windows color (decimal): -7042034 or 953492. OLE color: 953492.
HSL color Cylindrical-coordinate representation of color #948C0E: hue angle of 56.42º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #948C0E is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 14 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.42 |
| HSL | 56.42º | 0.83% | 0.32% | - |
| HSV(B) | 56.42º | 0.91% | 0.58% | - |
| XYZ | 21.67 | 25.08 | 4.11 | - |
| YUV | 128.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 14 | 0 | 0.05 | 0.91 | 0.42 | 56.42 | 0.83 | 0.32 |
| Hex | 94 | 8C | E | 0 | 5 | 5B | 2A | 38 | 53 | 20 |
| Octal | 224 | 214 | 16 | 0 | 5 | 133 | 52 | 70 | 123 | 40 |
| Binary | 10010100 | 10001100 | 1110 | 0 | 101 | 1011011 | 101010 | 111000 | 1010011 | 100000 |
Color Harmonies of #948C0E
Complementary color
Monochromatic Colors of #948C0E
Black with #948C0E
Text Example
Text Example
White with #948C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C0E; }
p { color: rgb(148,140,14); }
H1.HeaderClassName
{
color: #948C0E;
}
.AnyTagClassName
{
color: #948C0E;
}
</style>
background-color css
<style>
a { background-color: #948C0E; }
a { background-color: rgb(148,140,14); }
div.DivClassName
{
background-color: #948C0E;
}
.BgClassName
{
background-color: #948C0E;
}
</style>
border-color css
<style>
span { border-color: #948C0E; }
span { border-color: rgb(148,140,14); }
td.TdClassName
{
border-color: #948C0E;
}
.TagClassName
{
border-color: #948C0E;
}
</style>