#77816C

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

Shades of Camouflage Green #77816C

Tints of Camouflage Green #77816C

Color information

#77816C (or 0x77816C) is unknown color: approx Camouflage Green. HEX triplet: 77, 81 and 6C. RGB value is (119,129,108). Sum of RGB (Red+Green+Blue) = 119+129+108=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #77816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77816C is #887E93. Grayscale: #7B7B7B. Windows color (decimal): -8945300 or 7111031. OLE color: 7111031.

HSL color Cylindrical-coordinate representation of color #77816C: hue angle of 88.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77816C is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB119129108-
CMYK0.0800.160.49
HSL88.57º8.86%46.47%-
HSV(B)88.57º16.28%50.59%-
XYZ18.1620.7117.23-
YUV123.62119.19124.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=33.43%
G=36.24%
B=30.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291080.0800.160.4988.578.8646.47
Hex77816C8010315992e
Octal16720115410020611311156
Binary1110111100000011101100100001000011000110110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77816C; }

 p { color: rgb(119,129,108); }

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

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

 a { background-color: rgb(119,129,108); }

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

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

 span { border-color: rgb(119,129,108); }

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