#977802

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

Shades of Olive #977802

Tints of Olive #977802

Color information

#977802 (or 0x977802) is unknown color: approx Olive. HEX triplet: 97, 78 and 02. RGB value is (151,120,2). Sum of RGB (Red+Green+Blue) = 151+120+2=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #977802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977802 is #6887FD. Grayscale: #747474. Windows color (decimal): -6850558 or 161943. OLE color: 161943.

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

Color convert

RGB1511202-
CMYK00.210.990.41
HSL47.52º97.39%30%-
HSV(B)47.52º98.68%59.22%-
XYZ19.4920.022.89-
YUV115.8263.77153.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=55.31%
G=43.96%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151120200.210.990.4147.5297.3930
Hex97782015632930611e
Octal2271702025143516014136
Binary100101111111000100101011100011101001110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977802; }

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

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

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

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

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

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

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

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