#76826E

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

Shades of Camouflage Green #76826E

Tints of Camouflage Green #76826E

Color information

#76826E (or 0x76826E) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 6E. RGB value is (118,130,110). Sum of RGB (Red+Green+Blue) = 118+130+110=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #76826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76826E is #897D91. Grayscale: #7C7C7C. Windows color (decimal): -9010578 or 7242358. OLE color: 7242358.

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

Color convert

RGB118130110-
CMYK0.0900.150.49
HSL96º8.33%47.06%-
HSV(B)96º15.38%50.98%-
XYZ18.2720.9417.83-
YUV124.13120.02123.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=32.96%
G=36.31%
B=30.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301100.0900.150.49968.3347.06
Hex76826E90F316082f
Octal16620215611017611401057
Binary111011010000010110111010010111111000111000001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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