#778C66

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

Shades of Camouflage Green #778C66

Tints of Camouflage Green #778C66

Color information

#778C66 (or 0x778C66) is unknown color: approx Camouflage Green. HEX triplet: 77, 8C and 66. RGB value is (119,140,102). Sum of RGB (Red+Green+Blue) = 119+140+102=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #778C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C66 is #887399. Grayscale: #818181. Windows color (decimal): -8942490 or 6720631. OLE color: 6720631.

HSL color Cylindrical-coordinate representation of color #778C66: hue angle of 93.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778C66 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB119140102-
CMYK0.1500.270.45
HSL93.16º15.7%47.45%-
HSV(B)93.16º27.14%54.9%-
XYZ19.3823.6416.11-
YUV129.39112.54120.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=32.96%
G=38.78%
B=28.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191401020.1500.270.4593.1615.747.45
Hex778C66F01B2D5d102f
Octal16721414617033551352057
Binary11101111000110011001101111011011101101101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C66; }

 p { color: rgb(119,140,102); }

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

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

 a { background-color: rgb(119,140,102); }

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

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

 span { border-color: rgb(119,140,102); }

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