#979504

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

Shades of Olive #979504

Tints of Olive #979504

Color information

#979504 (or 0x979504) is unknown color: approx Olive. HEX triplet: 97, 95 and 04. RGB value is (151,149,4). Sum of RGB (Red+Green+Blue) = 151+149+4=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #979504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979504 is #686AFB. Grayscale: #858585. Windows color (decimal): -6843132 or 300439. OLE color: 300439.

HSL color Cylindrical-coordinate representation of color #979504: hue angle of 59.18º 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 #979504 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1511494-
CMYK00.010.970.41
HSL59.18º94.84%30.39%-
HSV(B)59.18º97.35%59.22%-
XYZ23.5328.084.3-
YUV133.0755.16140.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=49.67%
G=49.01%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151149400.010.970.4159.1894.8430.39
Hex979540161293b5f1e
Octal227225401141517313736
Binary1001011110010101100011100001101001111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979504; }

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

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

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

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

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

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

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

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