#978E02

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

Shades of Olive #978E02

Tints of Olive #978E02

Color information

#978E02 (or 0x978E02) is unknown color: approx Olive. HEX triplet: 97, 8E and 02. RGB value is (151,142,2). Sum of RGB (Red+Green+Blue) = 151+142+2=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #978E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978E02 is #6871FD. Grayscale: #818181. Windows color (decimal): -6844926 or 167575. OLE color: 167575.

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

Color convert

RGB1511422-
CMYK00.060.990.41
HSL56.38º97.39%30%-
HSV(B)56.38º98.68%59.22%-
XYZ22.4525.933.88-
YUV128.7356.48143.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=51.19%
G=48.14%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151142200.060.990.4156.3897.3930
Hex978E206632938611e
Octal227216206143517014136
Binary10010111100011101001101100011101001111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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