#777406

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

Shades of Olive #777406

Tints of Olive #777406

Color information

#777406 (or 0x777406) is unknown color: approx Olive. HEX triplet: 77, 74 and 06. RGB value is (119,116,6). Sum of RGB (Red+Green+Blue) = 119+116+6=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777406 is #888BF9. Grayscale: #686868. Windows color (decimal): -8948730 or 423031. OLE color: 423031.

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

Color convert

RGB1191166-
CMYK00.030.950.53
HSL58.41º90.4%24.51%-
HSV(B)58.41º94.96%46.67%-
XYZ13.8916.432.61-
YUV104.3672.49138.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=49.38%
G=48.13%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119116600.030.950.5358.4190.424.51
Hex77746035F353a5a19
Octal167164603137657213231
Binary111011111101001100111011111110101111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777406; }

 p { color: rgb(119,116,6); }

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

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

 a { background-color: rgb(119,116,6); }

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

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

 span { border-color: rgb(119,116,6); }

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