Shades of Olive #949206
Tints of Olive #949206
RGB
CMYK
RGB Variations
Color information
#949206 (or 0x949206) is known color: Olive. HEX triplet: 94, 92 and 06. RGB value is (148,146,6). Sum of RGB (Red+Green+Blue) = 148+146+6=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #949206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949206 is #6B6DF9. Grayscale: #838383. Windows color (decimal): -7040506 or 430740. OLE color: 430740.
HSL color Cylindrical-coordinate representation of color #949206: hue angle of 59.15º 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 #949206 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 6 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.42 |
| HSL | 59.15º | 0.92% | 0.3% | - |
| HSV(B) | 59.15º | 0.96% | 0.58% | - |
| XYZ | 22.52 | 26.87 | 4.17 | - |
| YUV | 130.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 6 | 0 | 0.01 | 0.96 | 0.42 | 59.15 | 0.92 | 0.3 |
| Hex | 94 | 92 | 6 | 0 | 1 | 60 | 2A | 3B | 5C | 1E |
| Octal | 224 | 222 | 6 | 0 | 1 | 140 | 52 | 73 | 134 | 36 |
| Binary | 10010100 | 10010010 | 110 | 0 | 1 | 1100000 | 101010 | 111011 | 1011100 | 11110 |
Color Harmonies of #949206
Complementary color
Monochromatic Colors of #949206
Black with #949206
Text Example
Text Example
White with #949206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949206; }
p { color: rgb(148,146,6); }
H1.HeaderClassName
{
color: #949206;
}
.AnyTagClassName
{
color: #949206;
}
</style>
background-color css
<style>
a { background-color: #949206; }
a { background-color: rgb(148,146,6); }
div.DivClassName
{
background-color: #949206;
}
.BgClassName
{
background-color: #949206;
}
</style>
border-color css
<style>
span { border-color: #949206; }
span { border-color: rgb(148,146,6); }
td.TdClassName
{
border-color: #949206;
}
.TagClassName
{
border-color: #949206;
}
</style>