#977C00

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

Shades of Olive #977C00

Tints of Olive #977C00

Color information

#977C00 (or 0x977C00) is unknown color: approx Olive. HEX triplet: 97, 7C and 00. RGB value is (151,124,0). Sum of RGB (Red+Green+Blue) = 151+124+0=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #977C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C00 is #6883FF. Grayscale: #767676. Windows color (decimal): -6849536 or 31895. OLE color: 31895.

HSL color Cylindrical-coordinate representation of color #977C00: hue angle of 49.27º 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 #977C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1511240-
CMYK00.1810.41
HSL49.27º100%29.61%-
HSV(B)49.27º100%59.22%-
XYZ19.9720.993-
YUV117.9461.45151.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.91%
G=45.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151124000.1810.4149.2710029.61
Hex977C0012642931641e
Octal2271740022144516114436
Binary10010111111110000100101100100101001110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977C00; }

 p { color: rgb(151,124,0); }

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

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

 a { background-color: rgb(151,124,0); }

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

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

 span { border-color: rgb(151,124,0); }

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