#76826D

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

Shades of Camouflage Green #76826D

Tints of Camouflage Green #76826D

Color information

#76826D (or 0x76826D) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 6D. RGB value is (118,130,109). Sum of RGB (Red+Green+Blue) = 118+130+109=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #76826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76826D is #897D92. Grayscale: #7C7C7C. Windows color (decimal): -9010579 or 7176822. OLE color: 7176822.

HSL color Cylindrical-coordinate representation of color #76826D: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76826D is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB118130109-
CMYK0.0900.160.49
HSL94.29º8.79%46.86%-
HSV(B)94.29º16.15%50.98%-
XYZ18.2120.9217.55-
YUV124.02119.52123.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=33.05%
G=36.41%
B=30.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301090.0900.160.4994.298.7946.86
Hex76826D9010315e92f
Octal16620215511020611361157
Binary1110110100000101101101100101000011000110111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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