#77806F

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

Shades of Camouflage Green #77806F

Tints of Camouflage Green #77806F

Color information

#77806F (or 0x77806F) is unknown color: approx Camouflage Green. HEX triplet: 77, 80 and 6F. RGB value is (119,128,111). Sum of RGB (Red+Green+Blue) = 119+128+111=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 128 - color contains mainly: green. Hex color #77806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77806F is #887F90. Grayscale: #7B7B7B. Windows color (decimal): -8945553 or 7307383. OLE color: 7307383.

HSL color Cylindrical-coordinate representation of color #77806F: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77806F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB119128111-
CMYK0.0700.130.50
HSL91.76º7.11%46.86%-
HSV(B)91.76º13.28%50.2%-
XYZ18.220.5118.04-
YUV123.37121.02124.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=33.24%
G=35.75%
B=31.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191281110.0700.130.5091.767.1146.86
Hex77806F70D325c72f
Octal167200157701562134757
Binary1110111100000001101111111011011100101011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77806F; }

 p { color: rgb(119,128,111); }

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

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

 a { background-color: rgb(119,128,111); }

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

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

 span { border-color: rgb(119,128,111); }

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