#78886B

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

Shades of Camouflage Green #78886B

Tints of Camouflage Green #78886B

Color information

#78886B (or 0x78886B) is unknown color: approx Camouflage Green. HEX triplet: 78, 88 and 6B. RGB value is (120,136,107). Sum of RGB (Red+Green+Blue) = 120+136+107=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #78886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78886B is #877794. Grayscale: #808080. Windows color (decimal): -8877973 or 7047288. OLE color: 7047288.

HSL color Cylindrical-coordinate representation of color #78886B: hue angle of 93.1º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78886B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB120136107-
CMYK0.1200.210.47
HSL93.1º11.93%47.65%-
HSV(B)93.1º21.32%53.33%-
XYZ19.222.6617.27-
YUV127.91116.2122.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=33.06%
G=37.47%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201361070.1200.210.4793.111.9347.65
Hex78886BC0152F5dc30
Octal17021015314025571351460
Binary1111000100010001101011110001010110111110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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