#777302

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

Shades of Olive #777302

Tints of Olive #777302

Color information

#777302 (or 0x777302) is unknown color: approx Olive. HEX triplet: 77, 73 and 02. RGB value is (119,115,2). Sum of RGB (Red+Green+Blue) = 119+115+2=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #777302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777302 is #888CFD. Grayscale: #676767. Windows color (decimal): -8948990 or 160631. OLE color: 160631.

HSL color Cylindrical-coordinate representation of color #777302: hue angle of 57.95º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777302 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1191152-
CMYK00.030.980.53
HSL57.95º96.69%23.73%-
HSV(B)57.95º98.32%46.67%-
XYZ13.7516.192.46-
YUV103.3170.83139.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=50.42%
G=48.73%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119115200.030.980.5357.9596.6923.73
Hex777320362353a6118
Octal167163203142657214130
Binary11101111110011100111100010110101111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777302; }

 p { color: rgb(119,115,2); }

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

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

 a { background-color: rgb(119,115,2); }

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

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

 span { border-color: rgb(119,115,2); }

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