#78806C

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

Shades of Camouflage Green #78806C

Tints of Camouflage Green #78806C

Color information

#78806C (or 0x78806C) is unknown color: approx Camouflage Green. HEX triplet: 78, 80 and 6C. RGB value is (120,128,108). Sum of RGB (Red+Green+Blue) = 120+128+108=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #78806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78806C is #877F93. Grayscale: #7B7B7B. Windows color (decimal): -8880020 or 7110776. OLE color: 7110776.

HSL color Cylindrical-coordinate representation of color #78806C: hue angle of 84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78806C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB120128108-
CMYK0.0600.160.50
HSL84º8.47%46.27%-
HSV(B)84º15.62%50.2%-
XYZ18.1720.5117.19-
YUV123.33119.35125.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=33.71%
G=35.96%
B=30.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201281080.0600.160.50848.4746.27
Hex78806C6010325482e
Octal1702001546020621241056
Binary111100010000000110110011001000011001010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78806C; }

 p { color: rgb(120,128,108); }

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

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

 a { background-color: rgb(120,128,108); }

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

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

 span { border-color: rgb(120,128,108); }

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