#78826D

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

Shades of Camouflage Green #78826D

Tints of Camouflage Green #78826D

Color information

#78826D (or 0x78826D) is unknown color: approx Camouflage Green. HEX triplet: 78, 82 and 6D. RGB value is (120,130,109). Sum of RGB (Red+Green+Blue) = 120+130+109=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #78826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78826D is #877D92. Grayscale: #7C7C7C. Windows color (decimal): -8879507 or 7176824. OLE color: 7176824.

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

Color convert

RGB120130109-
CMYK0.0800.160.49
HSL88.57º8.79%46.86%-
HSV(B)88.57º16.15%50.98%-
XYZ18.4921.0617.56-
YUV124.62119.19124.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=33.43%
G=36.21%
B=30.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201301090.0800.160.4988.578.7946.86
Hex78826D8010315992f
Octal17020215510020611311157
Binary1111000100000101101101100001000011000110110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78826D; }

 p { color: rgb(120,130,109); }

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

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

 a { background-color: rgb(120,130,109); }

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

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

 span { border-color: rgb(120,130,109); }

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