#978601

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

Shades of Olive #978601

Tints of Olive #978601

Color information

#978601 (or 0x978601) is unknown color: approx Olive. HEX triplet: 97, 86 and 01. RGB value is (151,134,1). Sum of RGB (Red+Green+Blue) = 151+134+1=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #978601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978601 is #6879FE. Grayscale: #7C7C7C. Windows color (decimal): -6846975 or 99991. OLE color: 99991.

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

Color convert

RGB1511341-
CMYK00.110.990.41
HSL53.2º98.68%29.8%-
HSV(B)53.2º99.34%59.22%-
XYZ21.2923.633.47-
YUV123.9258.63147.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=52.80%
G=46.85%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151134100.110.990.4153.298.6829.8
Hex978610B632935631e
Octal2272061013143516514336
Binary10010111100001101010111100011101001110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978601; }

 p { color: rgb(151,134,1); }

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

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

 a { background-color: rgb(151,134,1); }

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

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

 span { border-color: rgb(151,134,1); }

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