#776800

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

Shades of Olive #776800

Tints of Olive #776800

Color information

#776800 (or 0x776800) is unknown color: approx Olive. HEX triplet: 77, 68 and 00. RGB value is (119,104,0). Sum of RGB (Red+Green+Blue) = 119+104+0=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776800 is #8897FF. Grayscale: #616161. Windows color (decimal): -8951808 or 26743. OLE color: 26743.

HSL color Cylindrical-coordinate representation of color #776800: hue angle of 52.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1191040-
CMYK00.1310.53
HSL52.44º100%23.33%-
HSV(B)52.44º100%46.67%-
XYZ12.5613.822.01-
YUV96.6373.47143.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.36%
G=46.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119104000.1310.5352.4410023.33
Hex776800D6435346417
Octal1671500015144656414427
Binary111011111010000011011100100110101110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776800; }

 p { color: rgb(119,104,0); }

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

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

 a { background-color: rgb(119,104,0); }

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

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

 span { border-color: rgb(119,104,0); }

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