Shades of Olive #929206
Tints of Olive #929206
RGB
CMYK
RGB Variations
Color information
#929206 (or 0x929206) is known color: Olive. HEX triplet: 92, 92 and 06. RGB value is (146,146,6). Sum of RGB (Red+Green+Blue) = 146+146+6=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929206 is #6D6DF9. Grayscale: #828282. Windows color (decimal): -7171578 or 430738. OLE color: 430738.
HSL color Cylindrical-coordinate representation of color #929206: hue angle of 60º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #929206 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 6 | - |
| CMYK | 0 | 0 | 0.96 | 0.43 |
| HSL | 60º | 0.92% | 0.3% | - |
| HSV(B) | 60º | 0.96% | 0.57% | - |
| XYZ | 22.17 | 26.68 | 4.15 | - |
| YUV | 130.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 6 | 0 | 0 | 0.96 | 0.43 | 60 | 0.92 | 0.3 |
| Hex | 92 | 92 | 6 | 0 | 0 | 60 | 2B | 3C | 5C | 1E |
| Octal | 222 | 222 | 6 | 0 | 0 | 140 | 53 | 74 | 134 | 36 |
| Binary | 10010010 | 10010010 | 110 | 0 | 0 | 1100000 | 101011 | 111100 | 1011100 | 11110 |
Color Harmonies of #929206
Complementary color
Monochromatic Colors of #929206
Black with #929206
Text Example
Text Example
White with #929206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929206; }
p { color: rgb(146,146,6); }
H1.HeaderClassName
{
color: #929206;
}
.AnyTagClassName
{
color: #929206;
}
</style>
background-color css
<style>
a { background-color: #929206; }
a { background-color: rgb(146,146,6); }
div.DivClassName
{
background-color: #929206;
}
.BgClassName
{
background-color: #929206;
}
</style>
border-color css
<style>
span { border-color: #929206; }
span { border-color: rgb(146,146,6); }
td.TdClassName
{
border-color: #929206;
}
.TagClassName
{
border-color: #929206;
}
</style>