#7A8471

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

Shades of Camouflage Green #7A8471

Tints of Camouflage Green #7A8471

Color information

#7A8471 (or 0x7A8471) is unknown color: approx Camouflage Green. HEX triplet: 7A, 84 and 71. RGB value is (122,132,113). Sum of RGB (Red+Green+Blue) = 122+132+113=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8471 is #857B8E. Grayscale: #7E7E7E. Windows color (decimal): -8747919 or 7439482. OLE color: 7439482.

HSL color Cylindrical-coordinate representation of color #7A8471: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8471 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB122132113-
CMYK0.0800.140.48
HSL91.58º7.76%48.04%-
HSV(B)91.58º14.39%51.76%-
XYZ19.2621.8318.82-
YUV126.84120.19124.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=33.24%
G=35.97%
B=30.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221321130.0800.140.4891.587.7648.04
Hex7A847180E305c830
Octal17220416110016601341060
Binary111101010000100111000110000111011000010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8471; }

 p { color: rgb(122,132,113); }

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

<style>
 a { background-color: #7A8471; }

 a { background-color: rgb(122,132,113); }

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

<style>
 span { border-color: #7A8471; }

 span { border-color: rgb(122,132,113); }

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