#979302

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

Shades of Olive #979302

Tints of Olive #979302

Color information

#979302 (or 0x979302) is unknown color: approx Olive. HEX triplet: 97, 93 and 02. RGB value is (151,147,2). Sum of RGB (Red+Green+Blue) = 151+147+2=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #979302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979302 is #686CFD. Grayscale: #848484. Windows color (decimal): -6843646 or 168855. OLE color: 168855.

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

Color convert

RGB1511472-
CMYK00.030.990.41
HSL58.39º97.39%30%-
HSV(B)58.39º98.68%59.22%-
XYZ23.2127.454.13-
YUV131.6754.83141.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.33%
G=49%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151147200.030.990.4158.3997.3930
Hex979320363293a611e
Octal227223203143517214136
Binary1001011110010011100111100011101001111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979302; }

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

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

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

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

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

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

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

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