#788170

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

Shades of Camouflage Green #788170

Tints of Camouflage Green #788170

Color information

#788170 (or 0x788170) is unknown color: approx Camouflage Green. HEX triplet: 78, 81 and 70. RGB value is (120,129,112). Sum of RGB (Red+Green+Blue) = 120+129+112=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #788170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788170 is #877E8F. Grayscale: #7C7C7C. Windows color (decimal): -8879760 or 7373176. OLE color: 7373176.

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

Color convert

RGB120129112-
CMYK0.0700.130.49
HSL91.76º7.05%47.25%-
HSV(B)91.76º13.18%50.59%-
XYZ18.5220.8618.38-
YUV124.37121.02124.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=33.24%
G=35.73%
B=31.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201291120.0700.130.4991.767.0547.25
Hex78817070D315c72f
Octal170201160701561134757
Binary1111000100000011110000111011011100011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788170; }

 p { color: rgb(120,129,112); }

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

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

 a { background-color: rgb(120,129,112); }

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

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

 span { border-color: rgb(120,129,112); }

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