#978300

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

Shades of Olive #978300

Tints of Olive #978300

Color information

#978300 (or 0x978300) is unknown color: approx Olive. HEX triplet: 97, 83 and 00. RGB value is (151,131,0). Sum of RGB (Red+Green+Blue) = 151+131+0=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #978300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978300 is #687CFF. Grayscale: #7A7A7A. Windows color (decimal): -6847744 or 33687. OLE color: 33687.

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

Color convert

RGB1511310-
CMYK00.1310.41
HSL52.05º100%29.61%-
HSV(B)52.05º100%59.22%-
XYZ20.8822.813.3-
YUV122.0559.13148.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.55%
G=46.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151131000.1310.4152.0510029.61
Hex978300D642934641e
Octal2272030015144516414436
Binary10010111100000110011011100100101001110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978300; }

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

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

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

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

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

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

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

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