#778364

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

Shades of Camouflage Green #778364

Tints of Camouflage Green #778364

Color information

#778364 (or 0x778364) is unknown color: approx Camouflage Green. HEX triplet: 77, 83 and 64. RGB value is (119,131,100). Sum of RGB (Red+Green+Blue) = 119+131+100=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #778364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778364 is #887C9B. Grayscale: #7B7B7B. Windows color (decimal): -8944796 or 6587255. OLE color: 6587255.

HSL color Cylindrical-coordinate representation of color #778364: hue angle of 83.23º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778364 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB119131100-
CMYK0.0900.240.49
HSL83.23º13.42%45.29%-
HSV(B)83.23º23.66%51.37%-
XYZ18.0221.0715.17-
YUV123.88114.52124.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=34%
G=37.43%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311000.0900.240.4983.2313.4245.29
Hex77836490183153d2d
Octal16720314411030611231555
Binary1110111100000111100100100101100011000110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778364; }

 p { color: rgb(119,131,100); }

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

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

 a { background-color: rgb(119,131,100); }

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

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

 span { border-color: rgb(119,131,100); }

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