#778265

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

Shades of Camouflage Green #778265

Tints of Camouflage Green #778265

Color information

#778265 (or 0x778265) is unknown color: approx Camouflage Green. HEX triplet: 77, 82 and 65. RGB value is (119,130,101). Sum of RGB (Red+Green+Blue) = 119+130+101=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #778265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778265 is #887D9A. Grayscale: #7B7B7B. Windows color (decimal): -8945051 or 6652535. OLE color: 6652535.

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

Color convert

RGB119130101-
CMYK0.0800.220.49
HSL82.76º12.55%45.29%-
HSV(B)82.76º22.31%50.98%-
XYZ17.9420.8315.39-
YUV123.4115.36124.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=34%
G=37.14%
B=28.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191301010.0800.220.4982.7612.5545.29
Hex77826580163153d2d
Octal16720214510026611231555
Binary1110111100000101100101100001011011000110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778265; }

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

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

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

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

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

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

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

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