#776D07

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

Shades of Olive #776D07

Tints of Olive #776D07

Color information

#776D07 (or 0x776D07) is unknown color: approx Olive. HEX triplet: 77, 6D and 07. RGB value is (119,109,7). Sum of RGB (Red+Green+Blue) = 119+109+7=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #776D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D07 is #8892F8. Grayscale: #646464. Windows color (decimal): -8950521 or 486775. OLE color: 486775.

HSL color Cylindrical-coordinate representation of color #776D07: hue angle of 54.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776D07 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1191097-
CMYK00.080.940.53
HSL54.64º88.89%24.71%-
HSV(B)54.64º94.12%46.67%-
XYZ13.1114.872.38-
YUV100.3675.31141.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=50.64%
G=46.38%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119109700.080.940.5354.6488.8924.71
Hex776D7085E35375919
Octal1671557010136656713131
Binary11101111101101111010001011110110101110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D07; }

 p { color: rgb(119,109,7); }

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

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

 a { background-color: rgb(119,109,7); }

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

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

 span { border-color: rgb(119,109,7); }

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