#7A8671

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

Shades of Camouflage Green #7A8671

Tints of Camouflage Green #7A8671

Color information

#7A8671 (or 0x7A8671) is unknown color: approx Camouflage Green. HEX triplet: 7A, 86 and 71. RGB value is (122,134,113). Sum of RGB (Red+Green+Blue) = 122+134+113=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8671 is #85798E. Grayscale: #808080. Windows color (decimal): -8747407 or 7439994. OLE color: 7439994.

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

Color convert

RGB122134113-
CMYK0.0900.160.47
HSL94.29º8.5%48.43%-
HSV(B)94.29º15.67%52.55%-
XYZ19.5322.3818.91-
YUV128.02119.52123.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=33.06%
G=36.31%
B=30.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221341130.0900.160.4794.298.548.43
Hex7A867190102F5e930
Octal17220616111020571361160
Binary1111010100001101110001100101000010111110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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