#778560

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

Shades of Camouflage Green #778560

Tints of Camouflage Green #778560

Color information

#778560 (or 0x778560) is unknown color: approx Camouflage Green. HEX triplet: 77, 85 and 60. RGB value is (119,133,96). Sum of RGB (Red+Green+Blue) = 119+133+96=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #778560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778560 is #887A9F. Grayscale: #7C7C7C. Windows color (decimal): -8944288 or 6325623. OLE color: 6325623.

HSL color Cylindrical-coordinate representation of color #778560: hue angle of 82.7º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #778560 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB11913396-
CMYK0.1100.280.48
HSL82.7º16.16%44.9%-
HSV(B)82.7º27.82%52.16%-
XYZ18.1121.5414.27-
YUV124.6111.86124.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=34.20%
G=38.22%
B=27.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133960.1100.280.4882.716.1644.9
Hex778560B01C3053102d
Octal16720514013034601232055
Binary11101111000010111000001011011100110000101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778560; }

 p { color: rgb(119,133,96); }

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

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

 a { background-color: rgb(119,133,96); }

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

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

 span { border-color: rgb(119,133,96); }

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