Shades of Olive #929300
Tints of Olive #929300
RGB
CMYK
RGB Variations
Color information
#929300 (or 0x929300) is known color: Olive. HEX triplet: 92, 93 and 00. RGB value is (146,147,0). Sum of RGB (Red+Green+Blue) = 146+147+0=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #929300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929300 is #6D6CFF. Grayscale: #828282. Windows color (decimal): -7171328 or 37778. OLE color: 37778.
HSL color Cylindrical-coordinate representation of color #929300: hue angle of 60.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #929300 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.42 |
| HSL | 60.41º | 1% | 0.29% | - |
| HSV(B) | 60.41º | 1% | 0.58% | - |
| XYZ | 22.29 | 26.98 | 4.03 | - |
| YUV | 129.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 0 | 0.01 | 0 | 1 | 0.42 | 60.41 | 1 | 0.29 |
| Hex | 92 | 93 | 0 | 1 | 0 | 64 | 2A | 3C | 64 | 1D |
| Octal | 222 | 223 | 0 | 1 | 0 | 144 | 52 | 74 | 144 | 35 |
| Binary | 10010010 | 10010011 | 0 | 1 | 0 | 1100100 | 101010 | 111100 | 1100100 | 11101 |
Color Harmonies of #929300
Complementary color
Monochromatic Colors of #929300
Black with #929300
Text Example
Text Example
White with #929300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929300; }
p { color: rgb(146,147,0); }
H1.HeaderClassName
{
color: #929300;
}
.AnyTagClassName
{
color: #929300;
}
</style>
background-color css
<style>
a { background-color: #929300; }
a { background-color: rgb(146,147,0); }
div.DivClassName
{
background-color: #929300;
}
.BgClassName
{
background-color: #929300;
}
</style>
border-color css
<style>
span { border-color: #929300; }
span { border-color: rgb(146,147,0); }
td.TdClassName
{
border-color: #929300;
}
.TagClassName
{
border-color: #929300;
}
</style>