#76806D

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

Shades of Camouflage Green #76806D

Tints of Camouflage Green #76806D

Color information

#76806D (or 0x76806D) is unknown color: approx Camouflage Green. HEX triplet: 76, 80 and 6D. RGB value is (118,128,109). Sum of RGB (Red+Green+Blue) = 118+128+109=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #76806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76806D is #897F92. Grayscale: #7A7A7A. Windows color (decimal): -9011091 or 7176310. OLE color: 7176310.

HSL color Cylindrical-coordinate representation of color #76806D: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76806D is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB118128109-
CMYK0.0800.150.50
HSL91.58º8.02%46.47%-
HSV(B)91.58º14.84%50.2%-
XYZ17.9520.3917.46-
YUV122.84120.19124.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=33.24%
G=36.06%
B=30.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181281090.0800.150.5091.588.0246.47
Hex76806D80F325c82e
Octal16620015510017621341056
Binary111011010000000110110110000111111001010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76806D; }

 p { color: rgb(118,128,109); }

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

<style>
 a { background-color: #76806D; }

 a { background-color: rgb(118,128,109); }

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

<style>
 span { border-color: #76806D; }

 span { border-color: rgb(118,128,109); }

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