#778262

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

Shades of Camouflage Green #778262

Tints of Camouflage Green #778262

Color information

#778262 (or 0x778262) is unknown color: approx Camouflage Green. HEX triplet: 77, 82 and 62. RGB value is (119,130,98). Sum of RGB (Red+Green+Blue) = 119+130+98=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #778262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778262 is #887D9D. Grayscale: #7B7B7B. Windows color (decimal): -8945054 or 6455927. OLE color: 6455927.

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

Color convert

RGB11913098-
CMYK0.0800.250.49
HSL80.63º14.04%44.71%-
HSV(B)80.63º24.62%50.98%-
XYZ17.7920.7714.63-
YUV123.06113.86125.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=34.29%
G=37.46%
B=28.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130980.0800.250.4980.6314.0444.71
Hex77826280193151e2d
Octal16720214210031611211655
Binary1110111100000101100010100001100111000110100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778262; }

 p { color: rgb(119,130,98); }

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

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

 a { background-color: rgb(119,130,98); }

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

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

 span { border-color: rgb(119,130,98); }

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