#77865E

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

Shades of Camouflage Green #77865E

Tints of Camouflage Green #77865E

Color information

#77865E (or 0x77865E) is unknown color: approx Camouflage Green. HEX triplet: 77, 86 and 5E. RGB value is (119,134,94). Sum of RGB (Red+Green+Blue) = 119+134+94=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #77865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865E is #8879A1. Grayscale: #7D7D7D. Windows color (decimal): -8944034 or 6194807. OLE color: 6194807.

HSL color Cylindrical-coordinate representation of color #77865E: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77865E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11913494-
CMYK0.1100.300.47
HSL82.5º17.54%44.71%-
HSV(B)82.5º29.85%52.55%-
XYZ18.1521.7813.84-
YUV124.96110.53123.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=34.29%
G=38.62%
B=27.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134940.1100.300.4782.517.5444.71
Hex77865EB01E2F53122d
Octal16720613613036571232255
Binary11101111000011010111101011011110101111101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77865E; }

 p { color: rgb(119,134,94); }

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

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

 a { background-color: rgb(119,134,94); }

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

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

 span { border-color: rgb(119,134,94); }

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