Shades of Olive #979300
Tints of Olive #979300
RGB
CMYK
RGB Variations
Color information
#979300 (or 0x979300) is known color: Olive. HEX triplet: 97, 93 and 00. RGB value is (151,147,0). Sum of RGB (Red+Green+Blue) = 151+147+0=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #979300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979300 is #686CFF. Grayscale: #848484. Windows color (decimal): -6843648 or 37783. OLE color: 37783.
HSL color Cylindrical-coordinate representation of color #979300: hue angle of 58.41º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #979300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.41 |
| HSL | 58.41º | 1% | 0.3% | - |
| HSV(B) | 58.41º | 1% | 0.59% | - |
| XYZ | 23.2 | 27.45 | 4.08 | - |
| YUV | 131.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 0 | 0 | 0.03 | 1 | 0.41 | 58.41 | 1 | 0.3 |
| Hex | 97 | 93 | 0 | 0 | 3 | 64 | 29 | 3A | 64 | 1E |
| Octal | 227 | 223 | 0 | 0 | 3 | 144 | 51 | 72 | 144 | 36 |
| Binary | 10010111 | 10010011 | 0 | 0 | 11 | 1100100 | 101001 | 111010 | 1100100 | 11110 |
Color Harmonies of #979300
Complementary color
Monochromatic Colors of #979300
Black with #979300
Text Example
Text Example
White with #979300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979300; }
p { color: rgb(151,147,0); }
H1.HeaderClassName
{
color: #979300;
}
.AnyTagClassName
{
color: #979300;
}
</style>
background-color css
<style>
a { background-color: #979300; }
a { background-color: rgb(151,147,0); }
div.DivClassName
{
background-color: #979300;
}
.BgClassName
{
background-color: #979300;
}
</style>
border-color css
<style>
span { border-color: #979300; }
span { border-color: rgb(151,147,0); }
td.TdClassName
{
border-color: #979300;
}
.TagClassName
{
border-color: #979300;
}
</style>