#997C00

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

Shades of Olive #997C00

Tints of Olive #997C00

Color information

#997C00 (or 0x997C00) is unknown color: approx Olive. HEX triplet: 99, 7C and 00. RGB value is (153,124,0). Sum of RGB (Red+Green+Blue) = 153+124+0=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C00 is #6683FF. Grayscale: #777777. Windows color (decimal): -6718464 or 31897. OLE color: 31897.

HSL color Cylindrical-coordinate representation of color #997C00: hue angle of 48.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997C00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1531240-
CMYK00.1910.4
HSL48.63º100%30%-
HSV(B)48.63º100%60%-
XYZ20.3421.193.02-
YUV118.5461.11152.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.23%
G=44.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153124000.1910.448.6310030
Hex997C0013642831641e
Octal2311740023144506114436
Binary10011001111110000100111100100101000110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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