Shades of Olive #948F06
Tints of Olive #948F06
RGB
CMYK
RGB Variations
Color information
#948F06 (or 0x948F06) is known color: Olive. HEX triplet: 94, 8F and 06. RGB value is (148,143,6). Sum of RGB (Red+Green+Blue) = 148+143+6=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #948F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F06 is #6B70F9. Grayscale: #818181. Windows color (decimal): -7041274 or 429972. OLE color: 429972.
HSL color Cylindrical-coordinate representation of color #948F06: hue angle of 57.89º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #948F06 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.42 |
| HSL | 57.89º | 0.92% | 0.3% | - |
| HSV(B) | 57.89º | 0.96% | 0.58% | - |
| XYZ | 22.07 | 25.95 | 4.02 | - |
| YUV | 128.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 6 | 0 | 0.03 | 0.96 | 0.42 | 57.89 | 0.92 | 0.3 |
| Hex | 94 | 8F | 6 | 0 | 3 | 60 | 2A | 3A | 5C | 1E |
| Octal | 224 | 217 | 6 | 0 | 3 | 140 | 52 | 72 | 134 | 36 |
| Binary | 10010100 | 10001111 | 110 | 0 | 11 | 1100000 | 101010 | 111010 | 1011100 | 11110 |
Color Harmonies of #948F06
Complementary color
Monochromatic Colors of #948F06
Black with #948F06
Text Example
Text Example
White with #948F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F06; }
p { color: rgb(148,143,6); }
H1.HeaderClassName
{
color: #948F06;
}
.AnyTagClassName
{
color: #948F06;
}
</style>
background-color css
<style>
a { background-color: #948F06; }
a { background-color: rgb(148,143,6); }
div.DivClassName
{
background-color: #948F06;
}
.BgClassName
{
background-color: #948F06;
}
</style>
border-color css
<style>
span { border-color: #948F06; }
span { border-color: rgb(148,143,6); }
td.TdClassName
{
border-color: #948F06;
}
.TagClassName
{
border-color: #948F06;
}
</style>