#979603

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

Shades of Olive #979603

Tints of Olive #979603

Color information

#979603 (or 0x979603) is unknown color: approx Olive. HEX triplet: 97, 96 and 03. RGB value is (151,150,3). Sum of RGB (Red+Green+Blue) = 151+150+3=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #979603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979603 is #6869FC. Grayscale: #868686. Windows color (decimal): -6842877 or 235159. OLE color: 235159.

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

Color convert

RGB1511503-
CMYK00.010.980.41
HSL59.59º96.1%30.2%-
HSV(B)59.59º98.01%59.22%-
XYZ23.6928.44.32-
YUV133.5454.33140.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=49.67%
G=49.34%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151150300.010.980.4159.5996.130.2
Hex979630162293c601e
Octal227226301142517414036
Binary100101111001011011011100010101001111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979603; }

 p { color: rgb(151,150,3); }

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

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

 a { background-color: rgb(151,150,3); }

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

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

 span { border-color: rgb(151,150,3); }

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