#71776C

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

Shades of Camouflage Green #71776C

Tints of Camouflage Green #71776C

Color information

#71776C (or 0x71776C) is unknown color: approx Camouflage Green. HEX triplet: 71, 77 and 6C. RGB value is (113,119,108). Sum of RGB (Red+Green+Blue) = 113+119+108=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #71776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776C is #8E8893. Grayscale: #737373. Windows color (decimal): -9341076 or 7108465. OLE color: 7108465.

HSL color Cylindrical-coordinate representation of color #71776C: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71776C is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB113119108-
CMYK0.0500.090.53
HSL92.73º4.85%44.51%-
HSV(B)92.73º9.24%46.67%-
XYZ16.1117.7916.77-
YUV115.95123.51125.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=33.24%
G=35%
B=31.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131191080.0500.090.5392.734.8544.51
Hex71776C509355d52d
Octal161167154501165135555
Binary111000111101111101100101010011101011011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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