#76865E

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

Shades of Camouflage Green #76865E

Tints of Camouflage Green #76865E

Color information

#76865E (or 0x76865E) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 5E. RGB value is (118,134,94). Sum of RGB (Red+Green+Blue) = 118+134+94=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #76865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865E is #8979A1. Grayscale: #7C7C7C. Windows color (decimal): -9009570 or 6194806. OLE color: 6194806.

HSL color Cylindrical-coordinate representation of color #76865E: hue angle of 84º 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 #76865E is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11813494-
CMYK0.1200.300.47
HSL84º17.54%44.71%-
HSV(B)84º29.85%52.55%-
XYZ18.0221.7113.83-
YUV124.66110.7123.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=34.10%
G=38.73%
B=27.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134940.1200.300.478417.5444.71
Hex76865EC01E2F54122d
Octal16620613614036571242255
Binary11101101000011010111101100011110101111101010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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