#76826C

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

Shades of Camouflage Green #76826C

Tints of Camouflage Green #76826C

Color information

#76826C (or 0x76826C) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 6C. RGB value is (118,130,108). Sum of RGB (Red+Green+Blue) = 118+130+108=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #76826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76826C is #897D93. Grayscale: #7B7B7B. Windows color (decimal): -9010580 or 7111286. OLE color: 7111286.

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

Color convert

RGB118130108-
CMYK0.0900.170.49
HSL92.73º9.24%46.67%-
HSV(B)92.73º16.92%50.98%-
XYZ18.1620.917.26-
YUV123.9119.02123.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=33.15%
G=36.52%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301080.0900.170.4992.739.2446.67
Hex76826C9011315d92f
Octal16620215411021611351157
Binary1110110100000101101100100101000111000110111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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