#7F847A

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

Shades of Camouflage Green #7F847A

Tints of Camouflage Green #7F847A

Color information

#7F847A (or 0x7F847A) is unknown color: approx Camouflage Green. HEX triplet: 7F, 84 and 7A. RGB value is (127,132,122). Sum of RGB (Red+Green+Blue) = 127+132+122=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #7F847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F847A is #807B85. Grayscale: #818181. Windows color (decimal): -8420230 or 8029311. OLE color: 8029311.

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

Color convert

RGB127132122-
CMYK0.0400.080.48
HSL90º3.94%49.8%-
HSV(B)90º7.58%51.76%-
XYZ20.5222.4221.66-
YUV129.36123.84126.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=33.33%
G=34.65%
B=32.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271321220.0400.080.48903.9449.8
Hex7F847A408305a432
Octal177204172401060132462
Binary1111111100001001111010100010001100001011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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