#77855E

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

Shades of Camouflage Green #77855E

Tints of Camouflage Green #77855E

Color information

#77855E (or 0x77855E) is unknown color: approx Camouflage Green. HEX triplet: 77, 85 and 5E. RGB value is (119,133,94). Sum of RGB (Red+Green+Blue) = 119+133+94=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #77855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855E is #887AA1. Grayscale: #7C7C7C. Windows color (decimal): -8944290 or 6194551. OLE color: 6194551.

HSL color Cylindrical-coordinate representation of color #77855E: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77855E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB11913394-
CMYK0.1100.290.48
HSL81.54º17.18%44.51%-
HSV(B)81.54º29.32%52.16%-
XYZ18.0221.5113.79-
YUV124.37110.86124.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=34.39%
G=38.44%
B=27.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133940.1100.290.4881.5417.1844.51
Hex77855EB01D3052112d
Octal16720513613035601222155
Binary11101111000010110111101011011101110000101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77855E; }

 p { color: rgb(119,133,94); }

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

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

 a { background-color: rgb(119,133,94); }

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

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

 span { border-color: rgb(119,133,94); }

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