#788268

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

Shades of Camouflage Green #788268

Tints of Camouflage Green #788268

Color information

#788268 (or 0x788268) is unknown color: approx Camouflage Green. HEX triplet: 78, 82 and 68. RGB value is (120,130,104). Sum of RGB (Red+Green+Blue) = 120+130+104=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #788268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788268 is #877D97. Grayscale: #7C7C7C. Windows color (decimal): -8879512 or 6849144. OLE color: 6849144.

HSL color Cylindrical-coordinate representation of color #788268: hue angle of 83.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788268 is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB120130104-
CMYK0.0800.20.49
HSL83.08º11.11%45.88%-
HSV(B)83.08º20%50.98%-
XYZ18.2320.9616.18-
YUV124.05116.69125.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=33.90%
G=36.72%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201301040.0800.20.4983.0811.1145.88
Hex78826880143153b2e
Octal17020215010024611231356
Binary1111000100000101101000100001010011000110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788268; }

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

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

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

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

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

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

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

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