#71786A

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

Shades of Camouflage Green #71786A

Tints of Camouflage Green #71786A

Color information

#71786A (or 0x71786A) is unknown color: approx Camouflage Green. HEX triplet: 71, 78 and 6A. RGB value is (113,120,106). Sum of RGB (Red+Green+Blue) = 113+120+106=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #71786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71786A is #8E8795. Grayscale: #747474. Windows color (decimal): -9340822 or 6977649. OLE color: 6977649.

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

Color convert

RGB113120106-
CMYK0.0600.120.53
HSL90º6.19%44.31%-
HSV(B)90º11.67%47.06%-
XYZ16.1317.9816.26-
YUV116.31122.18125.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=33.33%
G=35.40%
B=31.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131201060.0600.120.53906.1944.31
Hex71786A60C355a62c
Octal161170152601465132654
Binary111000111110001101010110011001101011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71786A; }

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

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

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

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

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

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

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

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