#978A05

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

Shades of Olive #978A05

Tints of Olive #978A05

Color information

#978A05 (or 0x978A05) is unknown color: approx Olive. HEX triplet: 97, 8A and 05. RGB value is (151,138,5). Sum of RGB (Red+Green+Blue) = 151+138+5=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #978A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A05 is #6875FA. Grayscale: #7F7F7F. Windows color (decimal): -6845947 or 363159. OLE color: 363159.

HSL color Cylindrical-coordinate representation of color #978A05: hue angle of 54.66º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #978A05 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1511385-
CMYK00.090.970.41
HSL54.66º93.59%30.59%-
HSV(B)54.66º96.69%59.22%-
XYZ21.8824.773.77-
YUV126.7259.31145.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=51.36%
G=46.94%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151138500.090.970.4154.6693.5930.59
Hex978A5096129375e1f
Octal2272125011141516713637
Binary1001011110001010101010011100001101001110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A05; }

 p { color: rgb(151,138,5); }

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

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

 a { background-color: rgb(151,138,5); }

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

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

 span { border-color: rgb(151,138,5); }

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