#777206

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

Shades of Olive #777206

Tints of Olive #777206

Color information

#777206 (or 0x777206) is unknown color: approx Olive. HEX triplet: 77, 72 and 06. RGB value is (119,114,6). Sum of RGB (Red+Green+Blue) = 119+114+6=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #777206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777206 is #888DF9. Grayscale: #676767. Windows color (decimal): -8949242 or 422519. OLE color: 422519.

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

Color convert

RGB1191146-
CMYK00.040.950.53
HSL57.35º90.4%24.51%-
HSV(B)57.35º94.96%46.67%-
XYZ13.6615.972.53-
YUV103.1873.16139.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=49.79%
G=47.70%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114600.040.950.5357.3590.424.51
Hex77726045F35395a19
Octal167162604137657113231
Binary1110111111001011001001011111110101111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777206; }

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

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

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

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

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

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

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

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