#77855D

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

Shades of Camouflage Green #77855D

Tints of Camouflage Green #77855D

Color information

#77855D (or 0x77855D) is unknown color: approx Camouflage Green. HEX triplet: 77, 85 and 5D. RGB value is (119,133,93). Sum of RGB (Red+Green+Blue) = 119+133+93=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #77855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855D is #887AA2. Grayscale: #7C7C7C. Windows color (decimal): -8944291 or 6129015. OLE color: 6129015.

HSL color Cylindrical-coordinate representation of color #77855D: hue angle of 81º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77855D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11913393-
CMYK0.1100.300.48
HSL81º17.7%44.31%-
HSV(B)81º30.08%52.16%-
XYZ17.9721.4913.56-
YUV124.25110.36124.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=34.49%
G=38.55%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133930.1100.300.488117.744.31
Hex77855DB01E3051122c
Octal16720513513036601212254
Binary11101111000010110111011011011110110000101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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