#78816B

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

Shades of Camouflage Green #78816B

Tints of Camouflage Green #78816B

Color information

#78816B (or 0x78816B) is unknown color: approx Camouflage Green. HEX triplet: 78, 81 and 6B. RGB value is (120,129,107). Sum of RGB (Red+Green+Blue) = 120+129+107=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #78816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78816B is #877E94. Grayscale: #7B7B7B. Windows color (decimal): -8879765 or 7045496. OLE color: 7045496.

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

Color convert

RGB120129107-
CMYK0.0700.170.49
HSL84.55º9.32%46.27%-
HSV(B)84.55º17.05%50.59%-
XYZ18.2520.7616.95-
YUV123.8118.52125.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=33.71%
G=36.24%
B=30.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201291070.0700.170.4984.559.3246.27
Hex78816B7011315592e
Octal1702011537021611251156
Binary111100010000001110101111101000111000110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78816B; }

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

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

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

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

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

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

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

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