#978302

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

Shades of Olive #978302

Tints of Olive #978302

Color information

#978302 (or 0x978302) is unknown color: approx Olive. HEX triplet: 97, 83 and 02. RGB value is (151,131,2). Sum of RGB (Red+Green+Blue) = 151+131+2=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #978302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978302 is #687CFD. Grayscale: #7A7A7A. Windows color (decimal): -6847742 or 164759. OLE color: 164759.

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

Color convert

RGB1511312-
CMYK00.130.990.41
HSL51.95º97.39%30%-
HSV(B)51.95º98.68%59.22%-
XYZ20.8922.823.36-
YUV122.2760.13148.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=53.17%
G=46.13%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151131200.130.990.4151.9597.3930
Hex978320D632934611e
Octal2272032015143516414136
Binary100101111000001110011011100011101001110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978302; }

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

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

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

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

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

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

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

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