#978F04

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

Shades of Olive #978F04

Tints of Olive #978F04

Color information

#978F04 (or 0x978F04) is unknown color: approx Olive. HEX triplet: 97, 8F and 04. RGB value is (151,143,4). Sum of RGB (Red+Green+Blue) = 151+143+4=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #978F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978F04 is #6870FB. Grayscale: #828282. Windows color (decimal): -6844668 or 298903. OLE color: 298903.

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

Color convert

RGB1511434-
CMYK00.050.970.41
HSL56.73º94.84%30.39%-
HSV(B)56.73º97.35%59.22%-
XYZ22.6126.233.99-
YUV129.5557.15143.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=50.67%
G=47.99%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151143400.050.970.4156.7394.8430.39
Hex978F4056129395f1e
Octal227217405141517113736
Binary100101111000111110001011100001101001111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,143,4); }

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

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

 a { background-color: rgb(151,143,4); }

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

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

 span { border-color: rgb(151,143,4); }

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