#747871

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

Shades of Camouflage Green #747871

Tints of Camouflage Green #747871

Color information

#747871 (or 0x747871) is unknown color: approx Camouflage Green. HEX triplet: 74, 78 and 71. RGB value is (116,120,113). Sum of RGB (Red+Green+Blue) = 116+120+113=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #747871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747871 is #8B878E. Grayscale: #767676. Windows color (decimal): -9144207 or 7436404. OLE color: 7436404.

HSL color Cylindrical-coordinate representation of color #747871: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747871 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB116120113-
CMYK0.0300.060.53
HSL94.29º3%45.69%-
HSV(B)94.29º5.83%47.06%-
XYZ16.918.3418.27-
YUV118.01125.17126.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=33.24%
G=34.38%
B=32.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201130.0300.060.5394.29345.69
Hex747871306355e32e
Octal16417016130665136356
Binary111010011110001110001110110110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747871; }

 p { color: rgb(116,120,113); }

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

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

 a { background-color: rgb(116,120,113); }

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

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

 span { border-color: rgb(116,120,113); }

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