Html Css Color HEX #778364 Camouflage Green

📋 copy color: '#778364'

red 119 ◦ green 131 ◦ blue 100

#778364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #778364

Tints of Camouflage Green #778364

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 value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#778364 (or 0x778364) is known color: 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

RGB 119 131 100 -
CMYK 0.09 0 0.24 0.49
HSL 83.23º 0.13% 0.45% -
HSV(B) 83.23º 0.24% 0.51% -
XYZ 18.02 21.07 15.17 -
YUV 123.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 119 131 100 0.09 0 0.24 0.49 83.23 0.13 0.45
Hex 77 83 64 9 0 18 31 53 D 2D
Octal 167 203 144 11 0 30 61 123 15 55
Binary 1110111 10000011 1100100 1001 0 11000 110001 1010011 1101 101101

Color Harmonies of #778364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778364

Black with #778364

Text Example


Text Example

White with #778364

Text Example


Text Example

HTML Codes & Css Web 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>