#778A69

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

Shades of Camouflage Green #778A69

Tints of Camouflage Green #778A69

Color information

#778A69 (or 0x778A69) is unknown color: approx Camouflage Green. HEX triplet: 77, 8A and 69. RGB value is (119,138,105). Sum of RGB (Red+Green+Blue) = 119+138+105=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #778A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A69 is #887596. Grayscale: #808080. Windows color (decimal): -8942999 or 6916727. OLE color: 6916727.

HSL color Cylindrical-coordinate representation of color #778A69: hue angle of 94.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778A69 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB119138105-
CMYK0.1400.240.46
HSL94.55º13.58%47.65%-
HSV(B)94.55º23.91%54.12%-
XYZ19.2523.1216.81-
YUV128.56114.71121.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=32.87%
G=38.12%
B=29.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191381050.1400.240.4694.5513.5847.65
Hex778A69E0182E5fe30
Octal16721215116030561371660
Binary1110111100010101101001111001100010111010111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,138,105); }

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

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

 a { background-color: rgb(119,138,105); }

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

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

 span { border-color: rgb(119,138,105); }

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