#71766C

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

Shades of Camouflage Green #71766C

Tints of Camouflage Green #71766C

Color information

#71766C (or 0x71766C) is unknown color: approx Camouflage Green. HEX triplet: 71, 76 and 6C. RGB value is (113,118,108). Sum of RGB (Red+Green+Blue) = 113+118+108=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #71766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766C is #8E8993. Grayscale: #737373. Windows color (decimal): -9341332 or 7108209. OLE color: 7108209.

HSL color Cylindrical-coordinate representation of color #71766C: hue angle of 90º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71766C is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB113118108-
CMYK0.0400.080.54
HSL90º4.42%44.31%-
HSV(B)90º8.47%46.27%-
XYZ1617.5516.73-
YUV115.36123.84126.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=33.33%
G=34.81%
B=31.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131181080.0400.080.54904.4244.31
Hex71766C408365a42c
Octal161166154401066132454
Binary111000111101101101100100010001101101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,118,108); }

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

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

 a { background-color: rgb(113,118,108); }

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

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

 span { border-color: rgb(113,118,108); }

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