#77865F

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

Shades of Camouflage Green #77865F

Tints of Camouflage Green #77865F

Color information

#77865F (or 0x77865F) is unknown color: approx Camouflage Green. HEX triplet: 77, 86 and 5F. RGB value is (119,134,95). Sum of RGB (Red+Green+Blue) = 119+134+95=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #77865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865F is #8879A0. Grayscale: #7D7D7D. Windows color (decimal): -8944033 or 6260343. OLE color: 6260343.

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

Color convert

RGB11913495-
CMYK0.1100.290.47
HSL83.08º17.03%44.9%-
HSV(B)83.08º29.1%52.55%-
XYZ18.221.814.07-
YUV125.07111.03123.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=34.20%
G=38.51%
B=27.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134950.1100.290.4783.0817.0344.9
Hex77865FB01D2F53112d
Octal16720613713035571232155
Binary11101111000011010111111011011101101111101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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