#978202

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

Shades of Olive #978202

Tints of Olive #978202

Color information

#978202 (or 0x978202) is unknown color: approx Olive. HEX triplet: 97, 82 and 02. RGB value is (151,130,2). Sum of RGB (Red+Green+Blue) = 151+130+2=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #978202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978202 is #687DFD. Grayscale: #7A7A7A. Windows color (decimal): -6847998 or 164503. OLE color: 164503.

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

Color convert

RGB1511302-
CMYK00.140.990.41
HSL51.54º97.39%30%-
HSV(B)51.54º98.68%59.22%-
XYZ20.7622.553.32-
YUV121.6960.46148.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=53.36%
G=45.94%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151130200.140.990.4151.5497.3930
Hex978220E632934611e
Octal2272022016143516414136
Binary100101111000001010011101100011101001110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978202; }

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

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

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

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

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

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

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

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