#979404

Color #979404 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #979404

Tints of Olive #979404

Color information

#979404 (or 0x979404) is unknown color: approx Olive. HEX triplet: 97, 94 and 04. RGB value is (151,148,4). Sum of RGB (Red+Green+Blue) = 151+148+4=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #979404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979404 is #686BFB. Grayscale: #858585. Windows color (decimal): -6843388 or 300183. OLE color: 300183.

HSL color Cylindrical-coordinate representation of color #979404: hue angle of 58.78º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #979404 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1511484-
CMYK00.020.970.41
HSL58.78º94.84%30.39%-
HSV(B)58.78º97.35%59.22%-
XYZ23.3727.774.24-
YUV132.4855.49141.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=49.83%
G=48.84%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151148400.020.970.4158.7894.8430.39
Hex979440261293b5f1e
Octal227224402141517313736
Binary10010111100101001000101100001101001111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979404; }

 p { color: rgb(151,148,4); }

 H1.HeaderClassName
 {
   color: #979404;
 }
 .AnyTagClassName
 {
   color: #979404;
 }
</style>
background-color css

<style>
 a { background-color: #979404; }

 a { background-color: rgb(151,148,4); }

 div.DivClassName
 {
   background-color: #979404;
 }
 .BgClassName
 {
   background-color: #979404;
 }
</style>
border-color css

<style>
 span { border-color: #979404; }

 span { border-color: rgb(151,148,4); }

 td.TdClassName
 {
   border-color: #979404;
 }
 .TagClassName
 {
   border-color: #979404;
 }
</style>