#76855E

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

Shades of Camouflage Green #76855E

Tints of Camouflage Green #76855E

Color information

#76855E (or 0x76855E) is unknown color: approx Camouflage Green. HEX triplet: 76, 85 and 5E. RGB value is (118,133,94). Sum of RGB (Red+Green+Blue) = 118+133+94=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #76855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76855E is #897AA1. Grayscale: #7C7C7C. Windows color (decimal): -9009826 or 6194550. OLE color: 6194550.

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

Color convert

RGB11813394-
CMYK0.1100.290.48
HSL83.08º17.18%44.51%-
HSV(B)83.08º29.32%52.16%-
XYZ17.8821.4313.78-
YUV124.07111.03123.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=34.20%
G=38.55%
B=27.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133940.1100.290.4883.0817.1844.51
Hex76855EB01D3053112d
Octal16620513613035601232155
Binary11101101000010110111101011011101110000101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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