#979000

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

Shades of Olive #979000

Tints of Olive #979000

Color information

#979000 (or 0x979000) is unknown color: approx Olive. HEX triplet: 97, 90 and 00. RGB value is (151,144,0). Sum of RGB (Red+Green+Blue) = 151+144+0=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #979000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979000 is #686FFF. Grayscale: #828282. Windows color (decimal): -6844416 or 37015. OLE color: 37015.

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

Color convert

RGB1511440-
CMYK00.0510.41
HSL57.22º100%29.61%-
HSV(B)57.22º100%59.22%-
XYZ22.7426.533.92-
YUV129.6854.82143.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.19%
G=48.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151144000.0510.4157.2210029.61
Hex9790005642939641e
Octal227220005144517114436
Binary1001011110010000001011100100101001111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979000; }

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

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

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

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

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

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

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

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