#978E05

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

Shades of Olive #978E05

Tints of Olive #978E05

Color information

#978E05 (or 0x978E05) is unknown color: approx Olive. HEX triplet: 97, 8E and 05. RGB value is (151,142,5). Sum of RGB (Red+Green+Blue) = 151+142+5=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #978E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978E05 is #6871FA. Grayscale: #818181. Windows color (decimal): -6844923 or 364183. OLE color: 364183.

HSL color Cylindrical-coordinate representation of color #978E05: hue angle of 56.3º 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 #978E05 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1511425-
CMYK00.060.970.41
HSL56.3º93.59%30.59%-
HSV(B)56.3º96.69%59.22%-
XYZ22.4625.943.97-
YUV129.0757.98143.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=50.67%
G=47.65%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151142500.060.970.4156.393.5930.59
Hex978E5066129385e1f
Octal227216506141517013637
Binary100101111000111010101101100001101001111000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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