#777602

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

Shades of Olive #777602

Tints of Olive #777602

Color information

#777602 (or 0x777602) is unknown color: approx Olive. HEX triplet: 77, 76 and 02. RGB value is (119,118,2). Sum of RGB (Red+Green+Blue) = 119+118+2=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #777602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777602 is #8889FD. Grayscale: #696969. Windows color (decimal): -8948222 or 161399. OLE color: 161399.

HSL color Cylindrical-coordinate representation of color #777602: hue angle of 59.49º 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 #777602 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1191182-
CMYK00.010.980.53
HSL59.49º96.69%23.73%-
HSV(B)59.49º98.32%46.67%-
XYZ14.116.882.57-
YUV105.0769.83137.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=49.79%
G=49.37%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119118200.010.980.5359.4996.6923.73
Hex777620162353b6118
Octal167166201142657314130
Binary1110111111011010011100010110101111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777602; }

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

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

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

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

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

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

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

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