#776900

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

Shades of Olive #776900

Tints of Olive #776900

Color information

#776900 (or 0x776900) is unknown color: approx Olive. HEX triplet: 77, 69 and 00. RGB value is (119,105,0). Sum of RGB (Red+Green+Blue) = 119+105+0=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776900 is #8896FF. Grayscale: #616161. Windows color (decimal): -8951552 or 26999. OLE color: 26999.

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

Color convert

RGB1191050-
CMYK00.1210.53
HSL52.94º100%23.33%-
HSV(B)52.94º100%46.67%-
XYZ12.6614.032.04-
YUV97.2273.14143.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.12%
G=46.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119105000.1210.5352.9410023.33
Hex776900C6435356417
Octal1671510014144656514427
Binary111011111010010011001100100110101110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776900; }

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

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

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

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

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

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

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

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