#778170

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

Shades of Camouflage Green #778170

Tints of Camouflage Green #778170

Color information

#778170 (or 0x778170) is unknown color: approx Camouflage Green. HEX triplet: 77, 81 and 70. RGB value is (119,129,112). Sum of RGB (Red+Green+Blue) = 119+129+112=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #778170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778170 is #887E8F. Grayscale: #7C7C7C. Windows color (decimal): -8945296 or 7373175. OLE color: 7373175.

HSL color Cylindrical-coordinate representation of color #778170: hue angle of 95.29º 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 #778170 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB119129112-
CMYK0.0800.130.49
HSL95.29º7.05%47.25%-
HSV(B)95.29º13.18%50.59%-
XYZ18.3820.7918.37-
YUV124.07121.19124.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=33.06%
G=35.83%
B=31.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291120.0800.130.4995.297.0547.25
Hex77817080D315f72f
Octal1672011601001561137757
Binary11101111000000111100001000011011100011011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778170; }

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

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

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

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

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

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

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

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